[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / 0 / ZDFlexLayoutKit / 0.0.2.1 / ZDFlexLayoutKit.podspec.json
blob776b668d1ae24c7019909d93194d6c3eecd6dc49
2   "name": "ZDFlexLayoutKit",
3   "version": "0.0.2.1",
4   "summary": "Flex Layout in Objective-C",
5   "description": "flex layout in Objective-C base on yoga",
6   "homepage": "https://github.com/faimin/ZDFlexLayoutKit",
7   "license": "MIT",
8   "authors": {
9     "faimin": "fuxianchao@gmail.com"
10   },
11   "requires_arc": true,
12   "prefix_header_file": false,
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/faimin/ZDFlexLayoutKit.git",
18     "tag": "0.0.2.1"
19   },
20   "source_files": "Source/**/*.{h,m}",
21   "public_header_files": "Source/ZDFlexLayoutKit.h",
22   "module_name": "ZDFlexLayoutKit",
23   "pod_target_xcconfig": {
24     "DEFINES_MODULE": "YES"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Core/**/*.{h,m}",
30       "public_header_files": "Source/Core/Public/*.h",
31       "private_header_files": "Source/Core/Private/*.h",
32       "dependencies": {
33         "Yoga": [
35         ]
36       }
37     },
38     {
39       "name": "Maker",
40       "source_files": "Source/Maker/*.{h,m}",
41       "dependencies": {
42         "ZDFlexLayoutKit/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Helper",
49       "source_files": "Source/Helper/*.{h,m}",
50       "dependencies": {
51         "ZDFlexLayoutKit/Core": [
53         ]
54       }
55     }
56   ]