From 79234703cf62f8afa6015ee68e25ed704ed6851d Mon Sep 17 00:00:00 2001 From: "Enrico M. Crisostomo" Date: Fri, 1 Aug 2014 17:51:02 +0200 Subject: [PATCH] Update podspec. --- ChangeLog | 23 ++++++++++++++++++----- EMCCountryPickerController.podspec | 6 +++--- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20cd4c5..a0e08ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,27 @@ ChangeLog ********* +2014-08-01 Enrico M. Crisostomo + + 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 - 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 diff --git a/EMCCountryPickerController.podspec b/EMCCountryPickerController.podspec index b8b7326..8851542 100644 --- a/EMCCountryPickerController.podspec +++ b/EMCCountryPickerController.podspec @@ -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 @@ -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"