[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / b / XZYTools / 0.1.4 / XZYTools.podspec.json
blob7142acc2e6e4b3217239c2de11dc4bfd10f07fc1
2   "name": "XZYTools",
3   "version": "0.1.4",
4   "summary": "XZY的工具类库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/yubilai/xzytools.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XZY008": "yubilai@ponted.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yubilai/xzytools.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "YTKNetwork": [
23       "~> 2.1.4"
24     ],
25     "CTMediator": [
26       "~> 46"
27     ],
28     "MJRefresh": [
29       "~> 3.5.0"
30     ]
31   },
32   "public_header_files": "XZYTools/Classes/XZYTools.h",
33   "source_files": "XZYTools/Classes/XZYTools.h",
34   "subspecs": [
35     {
36       "name": "Classes",
37       "subspecs": [
38         {
39           "name": "Macro",
40           "source_files": "XZYTools/Classes/Macro/*.{h}"
41         },
42         {
43           "name": "BaseUI",
44           "source_files": "XZYTools/Classes/Libs/BaseUI/*.{h,m}",
45           "dependencies": {
46             "XZYTools/Classes/Macro": [
48             ]
49           }
50         },
51         {
52           "name": "Category",
53           "public_header_files": "XZYTools/Classes/Libs/Category/XZYCategory.h",
54           "source_files": "XZYTools/Classes/Libs/Category/XZYCategory.h",
55           "dependencies": {
56             "XZYTools/Classes/Macro": [
58             ]
59           },
60           "subspecs": [
61             {
62               "name": "Foundation",
63               "subspecs": [
64                 {
65                   "name": "NSArray",
66                   "source_files": "XZYTools/Classes/Libs/Category/Foundation/NSArray/*.{h,m}"
67                 },
68                 {
69                   "name": "NSDictionary",
70                   "source_files": "XZYTools/Classes/Libs/Category/Foundation/NSDictionary/*.{h,m}"
71                 },
72                 {
73                   "name": "NSString",
74                   "source_files": "XZYTools/Classes/Libs/Category/Foundation/NSString/*.{h,m}"
75                 },
76                 {
77                   "name": "NSTimer",
78                   "source_files": "XZYTools/Classes/Libs/Category/Foundation/NSTimer/*.{h,m}"
79                 }
80               ]
81             },
82             {
83               "name": "UIKit",
84               "subspecs": [
85                 {
86                   "name": "UIButton",
87                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UIButton/*.{h,m}"
88                 },
89                 {
90                   "name": "UIColor",
91                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UIColor/*.{h,m}"
92                 },
93                 {
94                   "name": "UIDevice",
95                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UIDevice/*.{h,m}"
96                 },
97                 {
98                   "name": "UILabel",
99                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UILabel/*.{h,m}"
100                 },
101                 {
102                   "name": "UITextField",
103                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UITextField/*.{h,m}"
104                 },
105                 {
106                   "name": "UIView",
107                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UIView/*.{h,m}"
108                 },
109                 {
110                   "name": "UIViewController",
111                   "source_files": "XZYTools/Classes/Libs/Category/UIKit/UIViewController/*.{h,m}"
112                 }
113               ]
114             }
115           ]
116         }
117       ]
118     }
119   ]