[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 7 / 0 / UICKeyChainStore / 1.0.3 / UICKeyChainStore.podspec.json
blob1d8f8d3fef0b7b5b1368545fb04fd2447d7645de
2   "name": "UICKeyChainStore",
3   "version": "1.0.3",
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   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "kishikawakatsumi": "kishikawakatsumi@mac.com"
12   },
13   "source": {
14     "git": "https://github.com/kishikawakatsumi/UICKeyChainStore.git",
15     "tag": "v1.0.3"
16   },
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   },
21   "source_files": "Lib/*",
22   "frameworks": "Security",
23   "requires_arc": true