[Add] AndesUI 3.149.0
[CocoaPods.git] / Specs / 8 / 7 / 0 / UICKeyChainStore / 1.0.1 / UICKeyChainStore.podspec.json
blobedd92fa8787dd42eaa1941a7bd4e1f72e8631b19
2   "name": "UICKeyChainStore",
3   "version": "1.0.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   "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.1"
16   },
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   },
21   "source_files": "Lib/*",
22   "frameworks": "Security",
23   "requires_arc": true