File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ version = `agvtool mvers -terse1` . strip
12Pod ::Spec . new do |s |
23 s . name = "SimpleKeychain"
3- s . version = "0.4.0"
4+ s . version = version
45 s . summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
56 s . description = <<-DESC
67 A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.
@@ -12,9 +13,9 @@ Pod::Spec.new do |s|
1213 s . source = { :git => "https://github.com/auth0/SimpleKeychain.git" , :tag => s . version . to_s }
1314 s . social_media_url = 'https://twitter.com/auth0'
1415
15- s . ios . platform = :ios , '7.0'
16- s . osx . platform = :osx , '10.10'
16+ s . ios . deployment_target = '7.0'
17+ s . osx . deployment_target = '10.10'
1718 s . requires_arc = true
1819
19- s . source_files = 'Pod/Classes '
20+ s . source_files = 'SimpleKeychain/*.{h,m} '
2021end
You can’t perform that action at this time.
0 commit comments