[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 6 / f / TestkitModel / 0.0.3 / TestkitModel.podspec.json
blobca7c41e9b2abf668176ea20b674431b415de24ac
2   "name": "TestkitModel",
3   "version": "0.0.3",
4   "summary": "A short description of TestkitModel.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/xfql/TestKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guoxiafei": "guoxiafei1991@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/xfql/TestKit.git",
16     "tag": "0.0.3"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Component",
25       "subspecs": [
26         {
27           "name": "First",
28           "source_files": "TestkitModel/Component/First/*"
29         },
30         {
31           "name": "Second",
32           "source_files": "TestkitModel/Component/Second/*"
33         }
34       ]
35     }
36   ]