Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Feb 24, 2016
1 parent dfc8218 commit 36ac2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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'] }
Expand Down

0 comments on commit 36ac2a3

Please sign in to comment.