blob: bbbe2c3950ac77cd93f9f9504f102975e2247664 [file] [log] [blame]
{
"name": "KeychainAccess",
"version": "1.1.1",
"summary": "KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.",
"description": " KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.\n Makes using Keychain APIs exremely easy and much more palatable to use in Swift.\n\n Features\n - Simple interface\n - Support access group\n - Support accessibility\n - Support iCloud sharing\n - **Support TouchID and Keychain integration (iOS 8+)**\n - **Support Shared Web Credentials (iOS 8+)**\n - Works on both iOS & OS X\n",
"homepage": "https://github.com/kishikawakatsumi/KeychainAccess",
"screenshots": "https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/Screenshots/01.png",
"license": "MIT",
"authors": {
"kishikawa katsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/KeychainAccess.git",
"tag": "v1.1.1"
},
"social_media_url": "https://twitter.com/k_katsumi",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Lib/KeychainAccess/*.swift"
}