Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Aug 1, 2014
1 parent 5741b52 commit 7923470
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
23 changes: 18 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
ChangeLog
*********

2014-08-01 Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>

release: stable micro release 1.3.2:

* ChangeLog: Update.
* EMCCountryPickerController.m: Apply patch sent by @simplysanthakumar
to support correct layout on iOS 6.1.
* EMCCountryPickerController.podspec:
- Bump v. 1.3.2.
- Update platform to iOS 6.1.
* README.md: Update README to add support to iOS 6.1.
* project.pbxproj: Update deployment target to iOS 6.1

2014-06-05 Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>

release: stable micro release 1.3.1:
release: stable micro release 1.3.1:

* ChangeLog: Update.
* EMCCountryPickerController.podspec:
- Bump v. 1.3.1.
- Fix wrong resource inclusions.
* ChangeLog: Update.
* EMCCountryPickerController.podspec:
- Bump v. 1.3.1.
- Fix wrong resource inclusions.

2014-06-05 Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>

Expand Down
6 changes: 3 additions & 3 deletions EMCCountryPickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EMCCountryPickerController"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "EMCCountryPickerController is a view controller allowing users to choose and filter countries in a list."
s.description = <<-DESC
`EMCCountryPickerController` is a view controller that allow users to choose
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|
s.license = { :type => "BSD", :file => "LICENSE" }
s.author = { "Enrico M. Crisostomo" => "http://thegreyblog.blogspot.com/" }
s.social_media_url = "http://thegreyblog.blogspot.com"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/emcrisostomo/EMCCountryPickerController.git", :tag => "1.3.1" }
s.platform = :ios, "6.1"
s.source = { :git => "https://github.com/emcrisostomo/EMCCountryPickerController.git", :tag => "1.3.2" }
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"
s.resources = "Resources/*.png", "Resources/*.plist"
Expand Down

0 comments on commit 7923470

Please sign in to comment.