Skip to content

Commit f801fad

Browse files
committed
Update podspec description.
[skip ci]
1 parent a559222 commit f801fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimpleKeychain.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = "SimpleKeychain"
33
s.version = "0.1.0"
4-
s.summary = "A simple way to store items in iOS Keychain"
4+
s.summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
55
s.description = <<-DESC
6-
A simple way to store items in iOS Keychain, without the hassle of dealing with iOS API directly.
6+
A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.
77
It has support for the new AccessControl for Keychain items added in iOS 8.
88
DESC
99
s.homepage = "https://github.com/auth0/SimpleKeychain"

0 commit comments

Comments
 (0)