blob: 6f0c68a7f94e5f33bce0137583d0f093097f26c9 [file] [log] [blame]
{
"name": "KeychainAccess",
"version": "3.0.2",
"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.\nMakes using Keychain APIs exremely easy and much more palatable to use in Swift.\n\nFeatures\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 - watchOS and tvOS are also supported",
"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": "v3.0.2"
},
"social_media_url": "https://twitter.com/k_katsumi",
"requires_arc": true,
"source_files": "Lib/KeychainAccess/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0"
}