[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / d / GYEasyForm / 0.1.1 / GYEasyForm.podspec.json
blobb66dfabbe82b39689a3a73ec89165143b5d12925
2   "name": "GYEasyForm",
3   "version": "0.1.1",
4   "summary": "A mobile framework that is very easy to build forms.",
5   "description": "A mobile framework that is very easy to build forms. ✍️✍️✍️",
6   "homepage": "https://github.com/zhugezhaofang/GYEasyForm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaoyu": "gaoyuexit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zhugezhaofang/GYEasyForm.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://github.com/zhugezhaofang/GYEasyForm",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "GYEasyForm/Classes/Core/*.{h,m}"
29       ]
30     },
31     {
32       "name": "Rows",
33       "source_files": [
34         "GYEasyForm/Classes/Rows/*.{h,m}"
35       ],
36       "dependencies": {
37         "GYEasyForm/Core": [
39         ]
40       },
41       "resource_bundles": {
42         "Rows": [
43           "GYEasyForm/Assets/Rows/*"
44         ]
45       }
46     }
47   ]