Skip to content

Commit 73560cf

Browse files
committed
Update CocoaPods Spec
1 parent d54a4e4 commit 73560cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CTAssetsPickerController.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CTAssetsPickerController"
3-
s.version = "2.2.0"
3+
s.version = "2.2.1"
44
s.summary = "iOS control that allows picking multiple photos and videos from user's photo library."
55

66
s.description = <<-DESC
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.license = { :type => 'MIT', :file => 'LICENSE' }
1616
s.author = { "Clement T" => "[email protected]" }
1717
s.platform = :ios, '7.0'
18-
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.2.0" }
18+
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.2.1" }
1919
s.source_files = "CTAssetsPickerController/*.{h,m}"
2020
s.resource = "CTAssetsPickerController/Images.xcassets/*/*.png"
2121
s.framework = "AssetsLibrary"

0 commit comments

Comments
 (0)