[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / d / ZZGFormEngine / 0.1.1 / ZZGFormEngine.podspec.json
blobcf271e01cf552a688c025548640108087c5f8590
2   "name": "ZZGFormEngine",
3   "version": "0.1.1",
4   "summary": "A short description of ZZGFormEngine.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.coding.net/zhaozhiguo/ZZGFormEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovezhaozhiguo": "553002177@qq.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/zhaozhiguo/ZZGFormEngine.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Model",
24       "source_files": "ZZGFormEngine/Classes/Model/**/*.{h,m}",
25       "public_header_files": "ZZGFormEngine/Classes/Model/*.h",
26       "dependencies": {
27         "MJExtension": [
28           "~> 3.0.13"
29         ],
30         "ZZGFormEngine/Other": [
32         ]
33       }
34     },
35     {
36       "name": "Other",
37       "source_files": "ZZGFormEngine/Classes/Other/*.{h,m}",
38       "public_header_files": "ZZGFormEngine/Classes/Other/*.h",
39       "dependencies": {
40         "HTMISettingManager": [
42         ]
43       }
44     }
45   ]