blob: 48dcec1730d8e946ef85d85ed042bd0d07a4c051 [file] [log] [blame]
{
"name": "SwiftKeychain",
"version": "0.1.2",
"summary": "Swift wrapper around the Apple Keychain API",
"description": " An elegant Swift wrapper around the Apple Keychain API, made for iOS.\n",
"homepage": "https://github.com/yankodimitrov/SwiftKeychain",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yanko Dimitrov": "yanko@yankodimitrov.com"
},
"social_media_url": "https://twitter.com/_yankodimitrov",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yankodimitrov/SwiftKeychain.git",
"tag": "v0.1.2"
},
"source_files": "SwiftKeychain/Keychain/*.swift",
"frameworks": "Security",
"requires_arc": true
}