Merge pull request #339 from thisandagain/master

Added spec for DIYCam v1.0.2
This commit is contained in:
Andrew Sliwinski
2012-07-24 20:55:38 -07:00
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'DIYCam'
s.version = '1.0.2'
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.2' }
s.platform = :ios
s.source_files = 'DIYCam'
s.framework = 'UIKit', 'AssetsLibrary', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'MobileCoreServices', 'QuartzCore'
end