blob: 7cc5d37114868485e5adbc07694cfac9cc4970e6 [file] [log] [blame]
{
"name": "KeyClip",
"version": "1.4.0",
"summary": "KeyClip is yet another Keychain library written in Swift.",
"description": "KeyClip is yet another Keychain library written in Swift.\nFeatures\n - Simple interface\n - Multi Types ( String / NSDictionary / NSData )\n - Error Handling\n - Settings ( kSecAttrAccessGroup / kSecAttrService / kSecAttrAccessible )\n - Works on both iOS & OS X",
"homepage": "https://github.com/s-aska/KeyClip",
"license": "MIT",
"authors": {
"aska": "s.aska.org@gmail.com"
},
"source": {
"git": "https://github.com/s-aska/KeyClip.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "KeyClip/*.swift",
"pushed_with_swift_version": "3.0.1"
}