2 "name": "UICKeyChainStore",
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",
12 "kishikawa katsumi": "kishikawakatsumi@mac.com"
15 "git": "https://github.com/kishikawakatsumi/UICKeyChainStore.git",
18 "social_media_url": "https://twitter.com/k_katsumi",
24 "source_files": "Lib/UICKeyChainStore/*.{h,m}",
25 "frameworks": "Security"