[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 7 / 0 / UICKeyChainStore / 2.0.4 / UICKeyChainStore.podspec.json
blob40ebfbcba1644e135709e97beb17480ea2981df5
2   "name": "UICKeyChainStore",
3   "version": "2.0.4",
4   "summary": "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults.",
5   "description": "                            UICKeyChainStore is a simple Swift wrapper for Keychain that works on iOS and OS X.\n                            Makes using Keychain APIs as easy as NSUserDefaults.\n\n                            Features\n                              - Simple interface\n                              - Support access group\n                              - [Support accessibility](#accessibility)\n                              - [Support iCloud sharing](#icloud_sharing)\n                              - **[Support TouchID and Keychain integration (iOS 8+)](#touch_id_integration)**\n                              - Works on both iOS & OS X\n",
6   "homepage": "https://github.com/kishikawakatsumi/UICKeyChainStore",
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": "v2.0.4"
17   },
18   "social_media_url": "https://twitter.com/k_katsumi",
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.7"
22   },
23   "requires_arc": true,
24   "source_files": "Lib/UICKeyChainStore/*.{h,m}",
25   "frameworks": "Security"