Update PAPasscode specs for correct deployment target and license type

This commit is contained in:
Keith Smiley
2013-03-19 15:07:59 -04:00
parent 346abffd61
commit 6ca6581b92
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'PAPasscode'
s.version = '0.1'
s.summary = 'A Passcode View Controller for iOS similar to the one in Settings.app'
s.summary = 'A Passcode View Controller for iOS similar to the one in Settings.app.'
s.license = 'BSD'
s.homepage = 'https://github.com/dhennessy/PAPasscode'
s.authors = { 'Denis Hennessy' => 'denis@hennessynet.com' }
s.source = { :git => 'https://github.com/dhennessy/PAPasscode.git', :tag => '0.1' }
s.platform = :ios
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'PAPasscode'
s.resources = 'Assets/*.png'
s.framework = 'QuartzCore'