blob: 10f3028cf73700346a8a211cd41a4cb22a992615 [file] [log] [blame]
{
"name": "Simple-KeychainSwift",
"version": "1.0",
"homepage": "https://github.com/ashleymills/Keychain.swift",
"authors": {
"Ashley Mills": "ashleymills@mac.com"
},
"summary": "A simple drop in Swift wrapper class for the keychain",
"license": {
"type": "MIT"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ashleymills/Keychain.swift.git",
"tag": "v1.0"
},
"source_files": "Keychain.swift",
"requires_arc": true
}