We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a559222 commit f801fadCopy full SHA for f801fad
SimpleKeychain.podspec
@@ -1,9 +1,9 @@
1
Pod::Spec.new do |s|
2
s.name = "SimpleKeychain"
3
s.version = "0.1.0"
4
- s.summary = "A simple way to store items in iOS Keychain"
+ s.summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
5
s.description = <<-DESC
6
- A simple way to store items in iOS Keychain, without the hassle of dealing with iOS API directly.
+ A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.
7
It has support for the new AccessControl for Keychain items added in iOS 8.
8
DESC
9
s.homepage = "https://github.com/auth0/SimpleKeychain"
0 commit comments