blob: 03ecf779c97f8f156d4a7e62fc9bc896dde0cfd4 [file] [log] [blame]
{
"name": "GLKeychain",
"version": "0.0.1",
"summary": "iOS 下快捷使用 KeyChain 服务来管理您的代码",
"license": {
"type": "Apache",
"file": "LICENSE.md"
},
"homepage": "https://github.com/GrayLand119/GLKeychain",
"screenshots": "https://github.com/GrayLand119/GLKeychain/blob/master/GLKeychainDemo01.png",
"authors": {
"GrayLand": "languilin1109@vip.qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/GrayLand119/GLKeychain.git",
"tag": "0.0.1"
},
"source_files": "GLKeychainDemo/GLKeychainDemo/GLKeychain/**/*.{h,m}",
"ios": {
"frameworks": "Security"
},
"requires_arc": true
}