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 14, 2014
1 parent a63a2d0 commit 5190c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CTAssetsPickerController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CTAssetsPickerController"
s.version = "1.6.1"
s.version = "2.0.0"
s.summary = "iOS control that allows picking multiple photos and videos from user's photo library."

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

0 comments on commit 5190c17

Please sign in to comment.