[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.4.3 / EJTools.podspec.json
blob409d2c11bedb6c6fc8cebfff80b4218fd66381f7
2   "name": "EJTools",
3   "version": "1.4.3",
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.3"
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       }
43     },
44     {
45       "name": "ProgressHUD",
46       "platforms": {
47         "ios": "8.0"
48       },
49       "public_header_files": "EJTools/ProgressHUD/*.h",
50       "source_files": "EJTools/ProgressHUD/*.{h,m}",
51       "dependencies": {
52         "MBProgressHUD": [
54         ]
55       }
56     },
57     {
58       "name": "RefreshControl",
59       "platforms": {
60         "ios": "8.0"
61       },
62       "public_header_files": "EJTools/RefreshControl/*.h",
63       "source_files": "EJTools/RefreshControl/*.{h,m}",
64       "dependencies": {
65         "MJRefresh": [
67         ]
68       }
69     },
70     {
71       "name": "Category",
72       "platforms": {
73         "ios": "8.0"
74       },
75       "public_header_files": "EJTools/Category/*.h",
76       "source_files": "EJTools/Category/*.{h,m}",
77       "dependencies": {
78         "EJTools/Model": [
80         ]
81       }
82     },
83     {
84       "name": "Model",
85       "platforms": {
86         "ios": "8.0"
87       },
88       "public_header_files": "EJTools/Model/*.h",
89       "source_files": "EJTools/Model/*.{h,m}"
90     },
91     {
92       "name": "EJWebCache",
93       "platforms": {
94         "ios": "8.0"
95       },
96       "public_header_files": "EJTools/EJWebCache/*.h",
97       "source_files": "EJTools/EJWebCache/*.{h,m}",
98       "dependencies": {
99         "SDWebImage": [
101         ]
102       }
103     }
104   ]