blob: c74552940d33fb193705a58c6ff36c666ab871d0 [file] [log] [blame]
{
"name": "ZRKeyChain",
"version": "1.0",
"license": "MIT",
"homepage": "https://github.com/VictorZhang2014/ZRKeyChain",
"authors": {
"Victor Zhang": "victorzhangq@gmail.com"
},
"summary": "A keychain library for storing accounts and passwords and sharing data between multiple applications in Objective-C.",
"source": {
"git": "https://github.com/VictorZhang2014/ZRKeyChain.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "ZRKeyChain/*.{h}",
"source_files": "ZRKeyChain/*.{h,m}"
}