Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dongle committed Jan 31, 2013
1 parent c7f3083 commit 46c54d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DIYAssetPicker.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'DIYAssetPicker'
s.version = '0.3.0'
s.version = '0.3.2'
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.source = { :git => 'https://github.com/dongle/AssetPicker.git', :tag => 'v0.3.2' }
s.platform = :ios, '5.0'
s.source_files = 'DIYAssetPicker/*.{h,m,png}'
s.requires_arc = true
s.framework = 'UIKit', 'AssetsLibrary', 'Foundation', 'CoreGraphics', 'AVFoundation'
end
end

0 comments on commit 46c54d8

Please sign in to comment.