[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.2.0 / EJTools.podspec.json
blob98ebbf4748cf1af173162e54a25a4796bafcb3d6
2   "name": "EJTools",
3   "version": "1.2.0",
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.2.0"
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       "dependencies": {
98         "SDWebImage": [
100         ]
101       }
102     },
103     {
104       "name": "Model",
105       "platforms": {
106         "ios": "8.0"
107       },
108       "public_header_files": "EJTools/Model/*.h",
109       "source_files": "EJTools/Model/*.{h,m}"
110     },
111     {
112       "name": "EJWarningCardView",
113       "platforms": {
114         "ios": "8.0"
115       },
116       "public_header_files": "EJTools/EJWarningCardView/*.h",
117       "source_files": "EJTools/EJWarningCardView/*.{h,m}"
118     }
119   ]