[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 0 / d / EJTools / 1.7.5 / EJTools.podspec.json
blobb54cc7c18b033a36be71133075cb70e035af391b
2   "name": "EJTools",
3   "version": "1.7.5",
4   "summary": "开发过程中的一些常用方法",
5   "description": "1.6\t增加不规则形状按钮\n增加自动刷新头\n     修改网络图片显示样式,只在长图(宽高比<=0.4)时contentsRect显示顶部区域\n  1.7.0\t转移到公司 Git\n  \t\t优化 ej_getURLWithServer:action:parameters:isSign:\n  \t\t增加 字符串表情判断",
6   "homepage": "https://gitee.com/laushuang/EJTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lius": "849763605@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/laushuang/EJTools.git",
19     "tag": "1.7.5"
20   },
21   "source_files": "EJTools/EJTools.h",
22   "public_header_files": "EJTools/EJTools.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "Photos",
27     "AVFoundation"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "SaveToAlbum",
33       "platforms": {
34         "ios": "9.0"
35       },
36       "public_header_files": "EJTools/SaveToAlbum/*.h",
37       "source_files": "EJTools/SaveToAlbum/*.{h,m}"
38     },
39     {
40       "name": "EmptyPage",
41       "platforms": {
42         "ios": "9.0"
43       },
44       "public_header_files": "EJTools/EmptyPage/*.h",
45       "source_files": "EJTools/EmptyPage/*.{h,m}",
46       "dependencies": {
47         "EJTools/Category": [
49         ],
50         "DZNEmptyDataSet": [
52         ]
53       }
54     },
55     {
56       "name": "ProgressHUD",
57       "platforms": {
58         "ios": "9.0"
59       },
60       "public_header_files": "EJTools/ProgressHUD/*.h",
61       "source_files": "EJTools/ProgressHUD/*.{h,m}",
62       "dependencies": {
63         "MBProgressHUD": [
65         ]
66       }
67     },
68     {
69       "name": "RefreshControl",
70       "platforms": {
71         "ios": "9.0"
72       },
73       "public_header_files": "EJTools/RefreshControl/*.h",
74       "source_files": "EJTools/RefreshControl/*.{h,m}",
75       "dependencies": {
76         "MJRefresh": [
78         ]
79       }
80     },
81     {
82       "name": "Category",
83       "platforms": {
84         "ios": "9.0"
85       },
86       "public_header_files": "EJTools/Category/*.h",
87       "source_files": "EJTools/Category/*.{h,m}",
88       "dependencies": {
89         "EJTools/Model": [
91         ]
92       }
93     },
94     {
95       "name": "Model",
96       "platforms": {
97         "ios": "9.0"
98       },
99       "public_header_files": "EJTools/Model/*.h",
100       "source_files": "EJTools/Model/*.{h,m}"
101     },
102     {
103       "name": "EJWebCache",
104       "platforms": {
105         "ios": "9.0"
106       },
107       "public_header_files": "EJTools/EJWebCache/*.h",
108       "source_files": "EJTools/EJWebCache/*.{h,m}",
109       "dependencies": {
110         "SDWebImage": [
112         ]
113       }
114     },
115     {
116       "name": "View",
117       "public_header_files": "EJTools/View/*.h",
118       "source_files": "EJTools/View/*.{h,m}",
119       "frameworks": "UIKit"
120     },
121     {
122       "name": "CollectionLayout",
123       "public_header_files": "EJTools/CollectionLayout/*.h",
124       "source_files": "EJTools/CollectionLayout/*.{h,m}",
125       "frameworks": "UIKit"
126     },
127     {
128       "name": "BasePresent",
129       "public_header_files": "EJTools/BasePresent/*.h",
130       "source_files": "EJTools/BasePresent/*.{h,m}",
131       "frameworks": "UIKit"
132     }
133   ]