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