[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 7 / 4 / e / ZDToolKit / 0.0.5 / ZDToolKit.podspec.json
blob03fc3cc6186623452d85c653a1ad1f9a5e2913a0
2   "name": "ZDToolKit",
3   "version": "0.0.5",
4   "summary": "awesome iOS development tools(Objective-C)",
5   "description": "collect some iOS development tools, e.g: category、block、runtime、subclass、macro, and so on...",
6   "homepage": "https://github.com/faimin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zero.D.Saber": "fuxianchao@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "ZDToolKit/ZDToolKit.h",
19   "module_name": "ZDToolKit",
20   "pod_target_xcconfig": {
21     "DEFINES_MODULE": "YES"
22   },
23   "source": {
24     "git": "https://github.com/faimin/ZDToolKit.git",
25     "tag": "0.0.5"
26   },
27   "source_files": "ZDToolKit/ZDToolKit.h",
28   "subspecs": [
29     {
30       "name": "ZDMacros",
31       "source_files": "ZDToolKit/ZDMacros/*.{h,m}"
32     },
33     {
34       "name": "ZDAutoLayout",
35       "source_files": "ZDToolKit/ZDAutoLayout/*.{h,m}"
36     },
37     {
38       "name": "ZDCategory",
39       "dependencies": {
40         "ZDToolKit/ZDMacros": [
42         ]
43       },
44       "subspecs": [
45         {
46           "name": "Foundation",
47           "source_files": "ZDToolKit/ZDCategory/Foundation/*.{h,m}",
48           "frameworks": [
49             "UIKit",
50             "Foundation",
51             "CoreText"
52           ]
53         },
54         {
55           "name": "UIKit",
56           "source_files": "ZDToolKit/ZDCategory/UIKit/*.{h,m}",
57           "frameworks": [
58             "UIKit",
59             "QuartzCore",
60             "CoreImage",
61             "CoreGraphics",
62             "ImageIO",
63             "CoreText",
64             "WebKit"
65           ],
66           "dependencies": {
67             "ZDToolKit/ZDTools/ZDProxy": [
69             ]
70           }
71         }
72       ]
73     },
74     {
75       "name": "ZDSubclass",
76       "source_files": "ZDToolKit/ZDSubclass/*.{h,m}",
77       "dependencies": {
78         "ZDToolKit/ZDTools/ZDProxy": [
80         ]
81       }
82     },
83     {
84       "name": "ZDRuntime",
85       "source_files": "ZDToolKit/ZDRuntime/*.{h,m}",
86       "exclude_files": "ZDToolKit/ZDRuntime/ZDBlockHook.{h,m}"
87     },
88     {
89       "name": "ZDTools",
90       "source_files": "ZDToolKit/ZDTools/*.{h,m}",
91       "subspecs": [
92         {
93           "name": "ZDProxy",
94           "source_files": "ZDToolKit/ZDTools/ZDProxy/*.{h,m}"
95         },
96         {
97           "name": "ZDPromise",
98           "source_files": "ZDToolKit/ZDTools/ZDPromise/*.{h,m}"
99         },
100         {
101           "name": "ProtocolKit",
102           "source_files": "ZDToolKit/ZDTools/ProtocolKit/*.{h,m}"
103         }
104       ]
105     },
106     {
107       "name": "ZDDebug",
108       "source_files": "ZDToolKit/ZDDebug/*.{h,m}"
109     },
110     {
111       "name": "ZDMRC",
112       "requires_arc": false,
113       "source_files": "ZDToolKit/ZDMRC/ZDSafe.{h,m}"
114     }
115   ]