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