[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 7 / 0 / UICKeyChainStore / 1.1.1 / UICKeyChainStore.podspec.json
blobfca1ec5395571b3a7334679bfe2659a14322dd9c
2   "name": "UICKeyChainStore",
3   "version": "1.1.1",
4   "summary": "UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults.",
5   "homepage": "https://github.com/kishikawakatsumi/UICKeyChainStore",
6   "social_media_url": "https://twitter.com/k_katsumi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kishikawa katsumi": "kishikawakatsumi@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/kishikawakatsumi/UICKeyChainStore.git",
16     "tag": "v1.1.1"
17   },
18   "platforms": {
19     "ios": "4.3",
20     "osx": "10.6"
21   },
22   "requires_arc": true,
23   "source_files": "Lib/*",
24   "frameworks": "Security"