[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / d / 4 / SimpleKeychain / 0.11.0 / SimpleKeychain.podspec.json
blobf87e14f973ab8a3827427dae36f1c684c22de7db
2   "name": "SimpleKeychain",
3   "version": "0.11.0",
4   "summary": "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely.",
5   "description": "A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.\nIt has support for the new AccessControl for Keychain items added in iOS 8.",
6   "homepage": "https://github.com/auth0/SimpleKeychain",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/SimpleKeychain.git",
14     "tag": "0.11.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "SimpleKeychain/*.{h,m}",
25   "exclude_files": "SimpleKeychain/include/*"