From cb300bbd81313050f15e1cfd41ee8b480252affa Mon Sep 17 00:00:00 2001 From: "Enrico M. Crisostomo" Date: Sun, 25 May 2014 13:55:27 +0200 Subject: [PATCH] Bump v. 1.1.0 in CocoaPods spec file. --- EMCCountryPickerController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EMCCountryPickerController.podspec b/EMCCountryPickerController.podspec index 3dd3d7c..f83a734 100644 --- a/EMCCountryPickerController.podspec +++ b/EMCCountryPickerController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "EMCCountryPickerController" - s.version = "1.0.0" + s.version = "1.1.0" 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 @@ -13,7 +13,7 @@ Pod::Spec.new do |s| 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.0.0" } + s.source = { :git => "https://github.com/emcrisostomo/EMCCountryPickerController.git", :tag => "1.1.0" } s.source_files = "Classes", "Classes/**/*.{h,m}" s.exclude_files = "Classes/Exclude" s.resources = "Resources/*.png"