Skip to content

Commit

Permalink
Merge pull request CocoaPods#8538 from danielebogo/master
Browse files Browse the repository at this point in the history
Add DBCamera version 1.0
  • Loading branch information
keith committed Feb 25, 2014
2 parents 8ee7259 + f9e056a commit 9fcd469
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DBCamera/1.0/DBCamera.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'DBCamera'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'DBCamera is a simple custom camera with AVFoundation'
s.homepage = 'https://github.com/danielebogo/DBCamera'
s.author = { 'Daniele Bogo' => 'daniele@paperstreetsoapdesign.com' }
s.source = { :git => 'https://github.com/danielebogo/DBCamera.git', :tag => '1.0' }
s.platform = :ios, '6.0'
s.requires_arc = true

s.source_files = 'DBCamera/*.{h,m}'
s.resource = ['DBCamera/Resources/*.{xib,xcassets}', 'DBCamera/Localizations/**']
s.framework = 'AVFoundation'
end

0 comments on commit 9fcd469

Please sign in to comment.