[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.0.2 / EJTools.podspec.json
blob4f7c2d085c4933a7019c5ebbbbe24476eb39fbbf
2   "name": "EJTools",
3   "version": "1.0.2",
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.2"
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": "EJWebImgCache",
36       "platforms": {
37         "ios": "8.0"
38       },
39       "public_header_files": "EJTools/EJWebImgCache/**/*.h",
40       "source_files": "EJTools/EJWebImgCache/**/*.{h,m}",
41       "dependencies": {
42         "SDWebImage": [
44         ]
45       }
46     },
47     {
48       "name": "EmptyPage",
49       "platforms": {
50         "ios": "8.0"
51       },
52       "public_header_files": "EJTools/EmptyPage/*.h",
53       "source_files": "EJTools/EmptyPage/*.{h,m}",
54       "dependencies": {
55         "DZNEmptyDataSet": [
57         ],
58         "LSToolsKit": [
60         ]
61       }
62     },
63     {
64       "name": "ProgressHUD",
65       "platforms": {
66         "ios": "8.0"
67       },
68       "public_header_files": "EJTools/ProgressHUD/*.h",
69       "source_files": "EJTools/ProgressHUD/*.{h,m}",
70       "dependencies": {
71         "MBProgressHUD": [
73         ]
74       }
75     },
76     {
77       "name": "RefreshControl",
78       "platforms": {
79         "ios": "8.0"
80       },
81       "public_header_files": "EJTools/RefreshControl/*.h",
82       "source_files": "EJTools/RefreshControl/*.{h,m}",
83       "dependencies": {
84         "MJRefresh": [
86         ]
87       }
88     }
89   ]