blob: 42c159578d1c972dd54675483c1542543a7b7ee0 [file] [log] [blame]
{
"name": "YBKeychainManager",
"version": "1.0.1",
"summary": "base define for ubank project.",
"description": "It is a Keychain manager tool for ubank project. written by Object-C.",
"homepage": "https://github.com/asance/YBKeychainManager",
"license": "MIT",
"authors": {
"asance": "lidongwc@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asance/YBKeychainManager.git",
"tag": "v1.0.1"
},
"source_files": "YBKeychainManagerDemo/YBKeychainManagerDemo/YBKeychain/*.{h,m}",
"frameworks": [
"Security",
"CoreGraphics",
"Foundation"
],
"requires_arc": true
}