[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.4.2 / EJTools.podspec.json
blobd374954cec262724f2a2f0dca1ef49295a357181
2   "name": "EJTools",
3   "version": "1.4.2",
4   "summary": "开发过程中的一些常用方法",
5   "homepage": "https://gitee.com/laushuang/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://gitee.com/laushuang/EJTools.git",
18     "tag": "1.4.2"
19   },
20   "source_files": "EJTools/EJTools.h",
21   "public_header_files": "EJTools/EJTools.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "EmptyPage",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "public_header_files": "EJTools/EmptyPage/*.h",
34       "source_files": "EJTools/EmptyPage/*.{h,m}",
35       "dependencies": {
36         "EJTools/Category": [
38         ],
39         "DZNEmptyDataSet": [
41         ],
42         "LSToolsKit": [
44         ]
45       }
46     },
47     {
48       "name": "ProgressHUD",
49       "platforms": {
50         "ios": "8.0"
51       },
52       "public_header_files": "EJTools/ProgressHUD/*.h",
53       "source_files": "EJTools/ProgressHUD/*.{h,m}",
54       "dependencies": {
55         "MBProgressHUD": [
57         ]
58       }
59     },
60     {
61       "name": "RefreshControl",
62       "platforms": {
63         "ios": "8.0"
64       },
65       "public_header_files": "EJTools/RefreshControl/*.h",
66       "source_files": "EJTools/RefreshControl/*.{h,m}",
67       "dependencies": {
68         "MJRefresh": [
70         ]
71       }
72     },
73     {
74       "name": "Category",
75       "platforms": {
76         "ios": "8.0"
77       },
78       "public_header_files": "EJTools/Category/*.h",
79       "source_files": "EJTools/Category/*.{h,m}",
80       "dependencies": {
81         "EJTools/Model": [
83         ]
84       }
85     },
86     {
87       "name": "Model",
88       "platforms": {
89         "ios": "8.0"
90       },
91       "public_header_files": "EJTools/Model/*.h",
92       "source_files": "EJTools/Model/*.{h,m}"
93     },
94     {
95       "name": "EJWebCache",
96       "platforms": {
97         "ios": "8.0"
98       },
99       "public_header_files": "EJTools/EJWebCache/*.h",
100       "source_files": "EJTools/EJWebCache/*.{h,m}",
101       "dependencies": {
102         "SDWebImage": [
104         ]
105       }
106     }
107   ]