Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Aug 14, 2013
1 parent 562ee1a commit d8cad0f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions UICKeyChainStore.podspec
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "UICKeyChainStore"
s.version = "1.0.2"
s.summary = "UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults."
s.homepage = "https://github.com/kishikawakatsumi/UICKeyChainStore"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "kishikawakatsumi" => "kishikawakatsumi@mac.com" }
s.authors = { "kishikawakatsumi" => "kishikawakatsumi@mac.com" }
s.source = { :git => "https://github.com/kishikawakatsumi/UICKeyChainStore.git", :tag => "v1.0.2" }
s.name = 'UICKeyChainStore'
s.version = '1.0.3'
s.summary = 'UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults.'
s.homepage = 'https://github.com/kishikawakatsumi/UICKeyChainStore'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'kishikawakatsumi' => 'kishikawakatsumi@mac.com' }
s.authors = { 'kishikawakatsumi' => 'kishikawakatsumi@mac.com' }
s.source = { :git => 'https://github.com/kishikawakatsumi/UICKeyChainStore.git', :tag => 'v1.0.3' }
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
s.source_files = 'Lib/*'
s.framework = 'Security'
s.requires_arc = true
s.source_files = 'Lib/*'
s.framework = 'Security'
s.requires_arc = true
end

0 comments on commit d8cad0f

Please sign in to comment.