From 36ac2a337080b0373e9d880e3378b363a016f2f8 Mon Sep 17 00:00:00 2001 From: Clement T Date: Wed, 24 Feb 2016 17:00:05 +0800 Subject: [PATCH] Update podspec --- CTAssetsPickerController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTAssetsPickerController.podspec b/CTAssetsPickerController.podspec index 76a7f70f..64edfb5c 100644 --- a/CTAssetsPickerController.podspec +++ b/CTAssetsPickerController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'CTAssetsPickerController' - spec.version = '3.3.0' + spec.version = '3.3.1' 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.3.0' } + spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.1' } spec.public_header_files = 'CTAssetsPickerController/*.h' spec.source_files = 'CTAssetsPickerController/**/*.{h,m}' spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png', 'CTAssetsPickerController/Resources/*.lproj'] }