Skip to content

Commit

Permalink
Update CocoaPods Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Sep 12, 2014
1 parent 8f7735a commit 7a1f20a
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.4.0"
s.version = "2.5.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.4.0" }
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.5.0" }
s.source_files = "CTAssetsPickerController/*.{h,m}"
s.resource = "CTAssetsPickerController/CTAssetsPicker.xcassets/*/*.png"
s.frameworks = "AssetsLibrary", "MediaPlayer"
Expand Down

0 comments on commit 7a1f20a

Please sign in to comment.