[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.0.8 / EJTools.podspec.json
blobed2ad3f745df148d4b55fb5808855181d8eade6c
2   "name": "EJTools",
3   "version": "1.0.8",
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.0.8"
19   },
20   "source_files": "EJTools/EJTools.h",
21   "public_header_files": "EJTools/EJTools.h",
22   "resources": "EJTools/EJTools.bundle",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "YYKit": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "EmptyPage",
36       "platforms": {
37         "ios": "8.0"
38       },
39       "public_header_files": "EJTools/EmptyPage/*.h",
40       "source_files": "EJTools/EmptyPage/*.{h,m}",
41       "dependencies": {
42         "DZNEmptyDataSet": [
44         ],
45         "LSToolsKit": [
47         ]
48       }
49     },
50     {
51       "name": "ProgressHUD",
52       "platforms": {
53         "ios": "8.0"
54       },
55       "public_header_files": "EJTools/ProgressHUD/*.h",
56       "source_files": "EJTools/ProgressHUD/*.{h,m}",
57       "dependencies": {
58         "MBProgressHUD": [
60         ]
61       }
62     },
63     {
64       "name": "RefreshControl",
65       "platforms": {
66         "ios": "8.0"
67       },
68       "public_header_files": "EJTools/RefreshControl/*.h",
69       "source_files": "EJTools/RefreshControl/*.{h,m}",
70       "dependencies": {
71         "MJRefresh": [
73         ]
74       }
75     },
76     {
77       "name": "Category",
78       "platforms": {
79         "ios": "8.0"
80       },
81       "public_header_files": "EJTools/Category/*.h",
82       "source_files": "EJTools/Category/*.{h,m}"
83     },
84     {
85       "name": "Model",
86       "platforms": {
87         "ios": "8.0"
88       },
89       "public_header_files": "EJTools/Model/*.h",
90       "source_files": "EJTools/Model/*.{h,m}"
91     },
92     {
93       "name": "EJWarningCardView",
94       "platforms": {
95         "ios": "8.0"
96       },
97       "public_header_files": "EJTools/EJWarningCardView/*.h",
98       "source_files": "EJTools/EJWarningCardView/*.{h,m}"
99     }
100   ]