Skip to content

Commit

Permalink
Version bump for DIYAssetPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
dongle committed Sep 17, 2012
1 parent 8897e96 commit 7712f4a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DIYAssetPicker/0.3.0/DIYAssetPicker.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'DIYAssetPicker'
s.version = '0.3.0'
s.license = 'Apache 2.0'
s.summary = 'Drop-in UIImagePickerController replacement w/ landscape support.'
s.homepage = 'https://github.com/dongle/AssetPicker'
s.authors = {'Jon Beilin' => 'jon@diy.org'}
s.source = { :git => 'https://github.com/dongle/AssetPicker.git', :tag => 'v0.3.0' }
s.platform = :ios, '5.0'
s.source_files = 'DIYAssetPicker/*.{h,m,png}'
s.requires_arc = true
s.framework = 'UIKit', 'AssetsLibrary', 'Foundation', 'CoreGraphics', 'AVFoundation'
end

0 comments on commit 7712f4a

Please sign in to comment.