[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.0.4 / EJTools.podspec.json
blob32158946497fd7b7e898dde172f757d9c7172a18
2   "name": "EJTools",
3   "version": "1.0.4",
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.4"
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": "Category",
36       "public_header_files": "EJTools/Category/**/*.h",
37       "source_files": "EJTools/Category/**/*.{h,m}"
38     },
39     {
40       "name": "EJWebImgCache",
41       "platforms": {
42         "ios": "8.0"
43       },
44       "public_header_files": "EJTools/EJWebImgCache/**/*.h",
45       "source_files": "EJTools/EJWebImgCache/**/*.{h,m}",
46       "dependencies": {
47         "SDWebImage": [
49         ]
50       }
51     },
52     {
53       "name": "EmptyPage",
54       "platforms": {
55         "ios": "8.0"
56       },
57       "public_header_files": "EJTools/EmptyPage/*.h",
58       "source_files": "EJTools/EmptyPage/*.{h,m}",
59       "dependencies": {
60         "DZNEmptyDataSet": [
62         ],
63         "LSToolsKit": [
65         ]
66       }
67     },
68     {
69       "name": "ProgressHUD",
70       "platforms": {
71         "ios": "8.0"
72       },
73       "public_header_files": "EJTools/ProgressHUD/*.h",
74       "source_files": "EJTools/ProgressHUD/*.{h,m}",
75       "dependencies": {
76         "MBProgressHUD": [
78         ]
79       }
80     },
81     {
82       "name": "RefreshControl",
83       "platforms": {
84         "ios": "8.0"
85       },
86       "public_header_files": "EJTools/RefreshControl/*.h",
87       "source_files": "EJTools/RefreshControl/*.{h,m}",
88       "dependencies": {
89         "MJRefresh": [
91         ]
92       }
93     }
94   ]