blob: 715a786c93b3740c3bf21ab98adb413543007de7 [file] [log] [blame]
{
"name": "KeychainStore",
"version": "2.0",
"summary": "Swift 2 Framework to access the Keychain in iOS",
"homepage": "https://github.com/JuanjoArreola/KeychainStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juanjo Arreola": "juanjo.arreola@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JuanjoArreola/KeychainStore.git",
"tag": "version_2.0"
},
"source_files": "KeychainStore/*.swift",
"resources": "KeychainStore/keychain_properties.plist",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}