File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'CTAssetsPickerController'
3
- spec . version = '3.3.1 '
3
+ spec . version = '3.3.2-alpha '
4
4
spec . summary = 'iOS control that allows picking multiple photos and videos from user\'s photo library.'
5
5
6
6
spec . description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
17
17
spec . social_media_url = 'https://twitter.com/chiunam'
18
18
spec . platform = :ios , '8.0'
19
19
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 ' }
21
21
spec . public_header_files = 'CTAssetsPickerController/*.h'
22
22
spec . source_files = 'CTAssetsPickerController/**/*.{h,m}'
23
23
spec . resource_bundles = { 'CTAssetsPickerController' => [ 'CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png' , 'CTAssetsPickerController/Resources/*.lproj' ] }
You can’t perform that action at this time.
0 commit comments