[ADD] Podspec for cocoapod

This commit is contained in:
Yannick Loriot 2015-02-28 23:01:58 +01:00
parent 17edf569c1
commit 55b0e09353
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReader.swift'
s.version = '2.0.0'
s.license = 'MIT'
s.summary = 'Simple QRCode reader in Swift'
s.homepage = 'https://github.com/yannickl/QRCodeReader.swift.git'
s.social_media_url = 'https://twitter.com/yannickloriot'
s.authors = { 'Yannick Loriot' => 'contact@yannickloriot.com' }
s.source = { :git => 'https://github.com/yannickl/QRCodeReader.swift.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.framework = 'AVFoundation'
s.source_files = 'QRCodeReader/*.swift'
s.requires_arc = true
end