blob: daa5f8a097b6e145c7b42f16dce412f7acb302d8 [file] [log] [blame]
{
"name": "LxKeychain",
"version": "1.0.0",
"summary": "Manage your username and password for iOS and OS X platform. Highly encryption and won't be lose even you uninstall your app.",
"homepage": "https://github.com/DeveloperLx/LxKeychain",
"license": "Apache",
"authors": {
"DeveloperLx": "developerlx@yeah.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/DeveloperLx/LxKeychain.git",
"tag": "1.0.0"
},
"source_files": "LxKeychain/LxKeychain.*",
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"Security",
"UIKit"
]
}