From 9a37b7a147c486ea13931af5bfbc72d569eb6c14 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Tue, 24 Jul 2012 19:59:13 -0700 Subject: [PATCH] Added spec for DIYCam v1.0.2 --- DIYCam/1.0.2/DIYCam.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 DIYCam/1.0.2/DIYCam.podspec diff --git a/DIYCam/1.0.2/DIYCam.podspec b/DIYCam/1.0.2/DIYCam.podspec new file mode 100644 index 00000000..25aa62f8 --- /dev/null +++ b/DIYCam/1.0.2/DIYCam.podspec @@ -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 \ No newline at end of file