[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 0 / 4 / 2 / FormList / 0.1.1 / FormList.podspec.json
blob68534f46ee205238f9071b173026e209127f0493
2   "name": "FormList",
3   "version": "0.1.1",
4   "summary": "A short description of FormList.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.coding.net/zhaozhiguo/FormList",
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/FormList.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "FormList/Classes/HTMITableFormView.h",
22   "source_files": "FormList/Classes/HTMITableFormView.{h,m}",
23   "subspecs": [
24     {
25       "name": "Model",
26       "source_files": "FormList/Classes/Model/*.{h,m}",
27       "public_header_files": "FormList/Classes/Model/*.h"
28     },
29     {
30       "name": "View",
31       "source_files": "FormList/Classes/View/*.{h,m}",
32       "public_header_files": "FormList/Classes/View/*.h"
33     }
34   ]