Skip to content

Commit

Permalink
Push DIYCam to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Aug 27, 2012
1 parent cdb0404 commit 1ce9d87
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DIYCam/1.0.4/DIYCam.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'DIYCam'
s.version = '1.0.4'
s.license = 'Apache 2.0'
s.summary = 'A “keep it simple, stupid” approach to handling photo and video capture with AVFoundation.'
s.homepage = 'https://github.com/thisandagain/cam'
s.authors = {'Andrew Sliwinski' => 'andrew@diy.org', 'Jon Beilin' => 'jon@diy.org'}
s.source = { :git => 'https://github.com/thisandagain/cam.git', :tag => 'v1.0.4' }
s.platform = :ios
s.source_files = 'DIYCam'

s.framework = 'UIKit', 'AssetsLibrary', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'MobileCoreServices', 'QuartzCore'
end

0 comments on commit 1ce9d87

Please sign in to comment.