Skip to content

Commit

Permalink
Update CocoaPods Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Jul 18, 2014
1 parent f7f5fb9 commit 1bb7794
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CTAssetsPickerController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CTAssetsPickerController"
s.version = "2.3.0"
s.version = "2.3.1"
s.summary = "iOS control that allows picking multiple photos and videos from user's photo library."

s.description = <<-DESC
Expand All @@ -15,10 +15,10 @@ 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.3.0" }
s.source = { :git => "https://github.com/chiunam/CTAssetsPickerController.git", :tag => "v2.3.1" }
s.source_files = "CTAssetsPickerController/*.{h,m}"
s.resource = "CTAssetsPickerController/Images.xcassets/*/*.png"
s.documentation_url = "http://chiunam.github.io/CTAssetsPickerController/"
s.frameworks = "AssetsLibrary", "MediaPlayer"
s.resource = "CTAssetsPickerController/CTAssetsPicker.xcassets/*/*.png"
s.documentation_url = "http://chiunam.github.io/CTAssetsPickerController/"
s.frameworks = "AssetsLibrary", "MediaPlayer"
s.requires_arc = true
end

0 comments on commit 1bb7794

Please sign in to comment.