[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 6 / YKCaptcha / 1.0.0 / YKCaptcha.podspec.json
blob785381a69af2eb5080319ff7b51a86798e2d41b6
2   "name": "YKCaptcha",
3   "version": "1.0.0",
4   "summary": "A CaptchaTool for YKCompany.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/taessica/ykcaptcha.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangcong": "zhangcong@dobest.com"
13   },
14   "source": {
15     "git": "https://gitee.com/taessica/ykcaptcha.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "resource_bundles": {
23     "YKCaptcha": [
24       "YKCaptcha/Assets/*.png"
25     ]
26   },
27   "vendored_frameworks": "YKCaptcha.framework",
28   "dependencies": {
29     "AFNetworking": [
31     ],
32     "JSONModel": [
33       "~> 1.8.0"
34     ]
35   }