blob: a01b053a7e621d2accd74195d274b2ef6275b2f5 [file] [log] [blame]
{
"name": "SwiftKeychain",
"version": "1.0.0",
"summary": "Swift wrapper for working with the Keychain API implemented with Protocol Oriented Programming.",
"description": "Swift wrapper for working with the Keychain API implemented with Protocol Oriented Programming with support for iOS, OSX, watchOS and tvOS.",
"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",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/yankodimitrov/SwiftKeychain.git",
"tag": "v1.0.0"
},
"source_files": "Keychain/Keychain.swift",
"frameworks": "Security",
"requires_arc": true
}