blob: 0cd6fccf47f777c9ce2512b5f71f1a9dd3b48fd4 [file] [log] [blame]
{
"name": "LUKeychainAccess",
"version": "3.0.0",
"summary": "A wrapper for iOS Keychain Services that behaves just like NSUserDefaults.",
"homepage": "https://github.com/TheLevelUp/LUKeychainAccess",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Costa Walcott": "costa@thelevelup.com"
},
"source": {
"git": "https://github.com/TheLevelUp/LUKeychainAccess.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0",
"watchos": "3.0"
},
"source_files": "LUKeychainAccess",
"frameworks": "Security",
"requires_arc": true
}