[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.1.6 / EJTools.podspec.json
blob261a19af3330024a321a8795f9d2da563776554f
2   "name": "EJTools",
3   "version": "1.1.6",
4   "summary": "开发过程中的一些常用方法",
5   "homepage": "https://github.com/Lius1104/EJTools",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lius": "849763605@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Lius1104/EJTools.git",
18     "tag": "1.1.6"
19   },
20   "source_files": [
21     "EJTools/EJTools.h",
22     "EJTools/Model/*.{h,m}",
23     "EJTools/Category/*.{h,m}"
24   ],
25   "public_header_files": [
26     "EJTools/EJTools.h",
27     "EJTools/Model/*.h",
28     "EJTools/Category/*.h"
29   ],
30   "resources": "EJTools/EJTools.bundle",
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "YYKit": [
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "EmptyPage",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "public_header_files": "EJTools/EmptyPage/*.h",
48       "source_files": "EJTools/EmptyPage/*.{h,m}",
49       "dependencies": {
50         "DZNEmptyDataSet": [
52         ],
53         "LSToolsKit": [
55         ]
56       }
57     },
58     {
59       "name": "ProgressHUD",
60       "platforms": {
61         "ios": "8.0"
62       },
63       "public_header_files": "EJTools/ProgressHUD/*.h",
64       "source_files": "EJTools/ProgressHUD/*.{h,m}",
65       "dependencies": {
66         "MBProgressHUD": [
68         ]
69       }
70     },
71     {
72       "name": "RefreshControl",
73       "platforms": {
74         "ios": "8.0"
75       },
76       "public_header_files": "EJTools/RefreshControl/*.h",
77       "source_files": "EJTools/RefreshControl/*.{h,m}",
78       "dependencies": {
79         "MJRefresh": [
81         ]
82       }
83     },
84     {
85       "name": "Category",
86       "platforms": {
87         "ios": "8.0"
88       },
89       "public_header_files": [
90         "EJTools/Category/*.h",
91         "EJTools/Model/API.h"
92       ],
93       "source_files": [
94         "EJTools/Category/*.{h,m}",
95         "EJTools/Model/API.{h,m}"
96       ]
97     },
98     {
99       "name": "Model",
100       "platforms": {
101         "ios": "8.0"
102       },
103       "public_header_files": "EJTools/Model/*.h",
104       "source_files": "EJTools/Model/*.{h,m}"
105     },
106     {
107       "name": "EJWarningCardView",
108       "platforms": {
109         "ios": "8.0"
110       },
111       "public_header_files": "EJTools/EJWarningCardView/*.h",
112       "source_files": "EJTools/EJWarningCardView/*.{h,m}"
113     }
114   ]