From 03c3e7f622bea70184af66cf30fc7c7d1f60c7ec Mon Sep 17 00:00:00 2001 From: Clement T Date: Mon, 11 Jan 2016 16:52:17 +0800 Subject: [PATCH] Update Podfile --- CTAssetsPickerController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTAssetsPickerController.podspec b/CTAssetsPickerController.podspec index 3ab4cb51..146302cd 100644 --- a/CTAssetsPickerController.podspec +++ b/CTAssetsPickerController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'CTAssetsPickerController' - spec.version = '3.2.1' + spec.version = '3.2.2' spec.summary = 'iOS control that allows picking multiple photos and videos from user\'s photo library.' spec.description = <<-DESC @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| spec.social_media_url = 'https://twitter.com/chiunam' spec.platform = :ios, '8.0' spec.ios.deployment_target = '8.0' - spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.2.1' } + spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.2.2' } spec.public_header_files = 'CTAssetsPickerController/*.h' spec.source_files = 'CTAssetsPickerController/**/*.{h,m}' spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png', 'CTAssetsPickerController/Resources/*.lproj'] }