Skip to content

Commit

Permalink
Update CocoaPods Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Mar 25, 2014
1 parent d2f3083 commit 3a8ffb5
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 |s|
s.name = "CTAssetsPickerController"
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = "iOS control that allows picking multiple photos and videos from user's photo library."

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Clement T" => "chiunam@gmail.com" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.0.0" }
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.1.0" }
s.source_files = "CTAssetsPickerController/*.{h,m}"
s.resource = "CTAssetsPickerController/Images.xcassets/*/*.png"
s.framework = "AssetsLibrary"
Expand Down

0 comments on commit 3a8ffb5

Please sign in to comment.