Update PAPasscode specs for correct deployment target and license type
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'PAPasscode'
|
||||
s.version = '0.3'
|
||||
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.3' }
|
||||
s.platform = :ios
|
||||
s.platform = :ios, '5.0'
|
||||
s.requires_arc = true
|
||||
|
||||
s.source_files = 'PAPasscode'
|
||||
s.resources = 'Assets/*.png'
|
||||
s.framework = 'QuartzCore'
|
||||
|
||||
Reference in New Issue
Block a user