blob: f0e92a356cb3c7575f199dccd72e5d70fac25d6f [file] [log] [blame]
{
"name": "YPCaptcha",
"version": "1.0.3",
"summary": "A delightful ios captcha framework",
"homepage": "https://github.com/yunpian/yunpian-captcha-demo-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yunpian": "yuhao@yunpian.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yunpian/yunpian-captcha-demo-ios.git",
"tag": "v1.0.3"
},
"vendored_frameworks": "YPCaptcha/YPCaptchaSDK.framework",
"resources": [
"YPCaptcha/YPResources.bundle",
"README.md"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}