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 7, 2015
1 parent f24d11b commit b6a32b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTAssetsPickerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Clement T' => '[email protected]' }
s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v#{s.version}' }
s.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v2.9.5' }
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 b6a32b0

Please sign in to comment.