blob: ca31ef1ccba256cacd492375e5a897634ff74625 [file] [log] [blame]
{
"name": "KeyClip",
"version": "1.3.3",
"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.3.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "KeyClip/*.swift"
}