[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 7 / 0 / UICKeyChainStore / 2.0.7 / UICKeyChainStore.podspec.json
blobdd5ed6447f62cb50d6601b9125aa7d003fa757d9
2   "name": "UICKeyChainStore",
3   "version": "2.0.7",
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 wrapper for Keychain that works on iOS and OS X.\nMakes using Keychain APIs as easy as NSUserDefaults.\n\nFeatures\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",
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.7"
17   },
18   "social_media_url": "https://twitter.com/k_katsumi",
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.7",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "Lib/UICKeyChainStore/*.{h,m}",
26   "frameworks": "Security"