Skip to content

Commit

Permalink
Update CocoaPods Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Feb 3, 2015
1 parent e0be6ae commit 6162820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTAssetsPickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CTAssetsPickerController"
s.version = "2.8.1"
s.version = "2.9.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.8.1" }
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.9.0" }
s.source_files = "CTAssetsPickerController/*.{h,m}"
s.resource_bundles = { "CTAssetsPickerController" => ["Resources/CTAssetsPicker.xcassets/*/*.png", "Resources/*.lproj"] }
s.frameworks = "AssetsLibrary", "MediaPlayer"
Expand Down

0 comments on commit 6162820

Please sign in to comment.