[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 7 / 4 / e / ZDToolKit / 0.0.3 / ZDToolKit.podspec.json
blob52bd53bf456c10b057ef0def0481e0319cc5990e
2   "name": "ZDToolKit",
3   "version": "0.0.3",
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": "8.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "ZDToolKit/ZDToolKit.h",
19   "source": {
20     "git": "https://github.com/faimin/ZDToolKit.git",
21     "tag": "0.0.3"
22   },
23   "source_files": "ZDToolKit/ZDToolKit.h",
24   "subspecs": [
25     {
26       "name": "ZDAutoLayout",
27       "source_files": "ZDToolKit/ZDAutoLayout/*.{h,m}"
28     },
29     {
30       "name": "ZDCategory",
31       "subspecs": [
32         {
33           "name": "Foundation",
34           "source_files": "ZDToolKit/ZDCategory/Foundation/*.{h,m}",
35           "frameworks": [
36             "UIKit",
37             "Foundation",
38             "CoreText"
39           ]
40         },
41         {
42           "name": "UIKit",
43           "source_files": "ZDToolKit/ZDCategory/UIKit/*.{h,m}",
44           "frameworks": [
45             "UIKit",
46             "QuartzCore",
47             "CoreImage",
48             "CoreGraphics",
49             "ImageIO",
50             "CoreText",
51             "WebKit"
52           ],
53           "dependencies": {
54             "ZDToolKit/ZDTools/ZDProxy": [
56             ]
57           }
58         }
59       ]
60     },
61     {
62       "name": "ZDMacros",
63       "source_files": "ZDToolKit/ZDMacros/*.{h,m}"
64     },
65     {
66       "name": "ZDRuntime",
67       "source_files": "ZDToolKit/ZDRuntime/*.{h,m}"
68     },
69     {
70       "name": "ZDTools",
71       "source_files": "ZDToolKit/ZDTools/*.{h,m}",
72       "exclude_files": "ZDToolKit/ZDTools/ZDSafe.{h,m}",
73       "subspecs": [
74         {
75           "name": "ZDProxy",
76           "source_files": "ZDToolKit/ZDTools/ZDProxy/*.{h,m}"
77         }
78       ]
79     },
80     {
81       "name": "no-arc",
82       "requires_arc": false,
83       "source_files": "ZDToolKit/ZDTools/ZDSafe.{h,m}"
84     }
85   ]