From 73560cfe9ebf1b326cc8dc1e1435a1c0a3cc75e7 Mon Sep 17 00:00:00 2001 From: Clement T Date: Wed, 21 May 2014 11:18:46 +0800 Subject: [PATCH] Update CocoaPods Spec --- CTAssetsPickerController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTAssetsPickerController.podspec b/CTAssetsPickerController.podspec index d12af943..28f20074 100644 --- a/CTAssetsPickerController.podspec +++ b/CTAssetsPickerController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CTAssetsPickerController" - s.version = "2.2.0" + s.version = "2.2.1" s.summary = "iOS control that allows picking multiple photos and videos from user's photo library." s.description = <<-DESC @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Clement T" => "chiunam@gmail.com" } s.platform = :ios, '7.0' - s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.2.0" } + s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.2.1" } s.source_files = "CTAssetsPickerController/*.{h,m}" s.resource = "CTAssetsPickerController/Images.xcassets/*/*.png" s.framework = "AssetsLibrary"