[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 7 / 0 / UICKeyChainStore / 2.1.2 / UICKeyChainStore.podspec.json
blob59c2f5851aec3061a76cfcf4f8d66e2551309f24
2   "name": "UICKeyChainStore",
3   "version": "2.1.2",
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.1.2"
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     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "Lib/UICKeyChainStore/*.{h,m}",
27   "frameworks": "Security"