Skip to content

Commit c6cb685

Browse files
committed
Update podspec
1 parent 1eb37be commit c6cb685

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

SimpleKeychain.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
version = `agvtool mvers -terse1`.strip
12
Pod::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}'
2021
end

0 commit comments

Comments
 (0)