[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / 0 / ZDFlexLayoutKit / 0.2.3 / ZDFlexLayoutKit.podspec.json
blob31c3b6ac3e349913d6623e20d0e29d9f87b752ef
2   "name": "ZDFlexLayoutKit",
3   "version": "0.2.3",
4   "summary": "Flex Layout for iOS",
5   "description": "flex layout for iOS powered by yoga",
6   "homepage": "https://github.com/faimin/ZDFlexLayoutKit",
7   "license": "MIT",
8   "authors": {
9     "faimin": "fuxianchao@gmail.com"
10   },
11   "requires_arc": true,
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/faimin/ZDFlexLayoutKit.git",
17     "tag": "0.2.3"
18   },
19   "prefix_header_file": false,
20   "header_dir": "./",
21   "module_name": "ZDFlexLayoutKit",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES",
24     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
25     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZDFL=1",
26     "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) ZDFL"
27   },
28   "swift_versions": [
29     "5.1"
30   ],
31   "subspecs": [
32     {
33       "name": "Header",
34       "source_files": "Sources/Header/ZDFlexLayoutKit.{h,m}"
35     },
36     {
37       "name": "Core",
38       "source_files": "Sources/Core/**/*.{h,m}",
39       "public_header_files": "Sources/Core/Public/*.h",
40       "private_header_files": "Sources/Core/Private/*.h",
41       "dependencies": {
42         "Yoga": [
44         ],
45         "ZDFlexLayoutKit/Header": [
47         ]
48       }
49     },
50     {
51       "name": "OCMaker",
52       "source_files": "Sources/OCMaker/*.{h,m}",
53       "dependencies": {
54         "ZDFlexLayoutKit/Core": [
56         ],
57         "ZDFlexLayoutKit/Header": [
59         ]
60       }
61     },
62     {
63       "name": "Helper",
64       "source_files": "Sources/Helper/*.{h,m}",
65       "dependencies": {
66         "ZDFlexLayoutKit/Core": [
68         ],
69         "ZDFlexLayoutKit/Header": [
71         ]
72       }
73     },
74     {
75       "name": "SwiftMaker",
76       "source_files": "Sources/SwiftMaker/*.swift",
77       "exclude_files": "Sources/SwiftMaker/ZDSFlexLayoutChain.swift",
78       "dependencies": {
79         "ZDFlexLayoutKit/Core": [
81         ]
82       }
83     }
84   ],
85   "swift_version": "5.1"