blob: 1f1aeb425068f8cb06d762601a10b58eca767353 [file] [log] [blame]
{
"name": "MMGoogleOTP",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Google身份验证器",
"homepage": "https://github.com/xwgit2971/MMGoogleOTP",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMGoogleOTP.git",
"tag": "0.0.1"
},
"source_files": [
"MMGoogleOTP/GoogleOTP/*.{h,m}",
"MMGoogleOTP/OC_Category/*.{h,m}",
"MMGoogleOTP/Views/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SSKeychain": [
"~> 1.4.1"
]
}
}