Skip to content

Commit 9195524

Browse files
committed
Update podspec
1 parent e05c0b4 commit 9195524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CTAssetsPickerController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'CTAssetsPickerController'
3-
spec.version = '3.3.1'
3+
spec.version = '3.3.2-alpha'
44
spec.summary = 'iOS control that allows picking multiple photos and videos from user\'s photo library.'
55

66
spec.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
1717
spec.social_media_url = 'https://twitter.com/chiunam'
1818
spec.platform = :ios, '8.0'
1919
spec.ios.deployment_target = '8.0'
20-
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.1' }
20+
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.2-alpha' }
2121
spec.public_header_files = 'CTAssetsPickerController/*.h'
2222
spec.source_files = 'CTAssetsPickerController/**/*.{h,m}'
2323
spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png', 'CTAssetsPickerController/Resources/*.lproj'] }

0 commit comments

Comments
 (0)