[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.3.7 / EJTools.podspec.json
blob604f18846f8105e3791756e017996960825910c1
2   "name": "EJTools",
3   "version": "1.3.7",
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.3.7"
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   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "YYKit": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "EmptyPage",
43       "platforms": {
44         "ios": "8.0"
45       },
46       "public_header_files": "EJTools/EmptyPage/*.h",
47       "source_files": "EJTools/EmptyPage/*.{h,m}",
48       "dependencies": {
49         "DZNEmptyDataSet": [
51         ],
52         "LSToolsKit": [
54         ]
55       }
56     },
57     {
58       "name": "ProgressHUD",
59       "platforms": {
60         "ios": "8.0"
61       },
62       "public_header_files": "EJTools/ProgressHUD/*.h",
63       "source_files": "EJTools/ProgressHUD/*.{h,m}",
64       "dependencies": {
65         "MBProgressHUD": [
67         ]
68       }
69     },
70     {
71       "name": "RefreshControl",
72       "platforms": {
73         "ios": "8.0"
74       },
75       "public_header_files": "EJTools/RefreshControl/*.h",
76       "source_files": "EJTools/RefreshControl/*.{h,m}",
77       "dependencies": {
78         "MJRefresh": [
80         ]
81       }
82     },
83     {
84       "name": "Category",
85       "platforms": {
86         "ios": "8.0"
87       },
88       "public_header_files": [
89         "EJTools/Category/*.h",
90         "EJTools/Model/API.h"
91       ],
92       "source_files": [
93         "EJTools/Category/*.{h,m}",
94         "EJTools/Model/API.{h,m}"
95       ]
96     },
97     {
98       "name": "Model",
99       "platforms": {
100         "ios": "8.0"
101       },
102       "public_header_files": "EJTools/Model/*.h",
103       "source_files": "EJTools/Model/*.{h,m}"
104     },
105     {
106       "name": "EJWebCache",
107       "platforms": {
108         "ios": "8.0"
109       },
110       "public_header_files": "EJTools/EJWebCache/*.h",
111       "source_files": "EJTools/EJWebCache/*.{h,m}",
112       "dependencies": {
113         "SDWebImage": [
115         ]
116       }
117     }
118   ]