[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / a / EasyShowView / 2.1.4 / EasyShowView.podspec.json
blob7b0e6a19b130d240a90262a59502483b40f5f84f
2   "name": "EasyShowView",
3   "version": "2.1.4",
4   "summary": "一款超级简单的展示工具,包括吐丝,loding加载,空白页提示,alertview,actionsheet的定制。可自定义动画,显示样式等各种操作。简单到爆。赶紧来试试吧~~~",
5   "homepage": "https://github.com/chenliangloveyou/EasyShowView",
6   "license": "MIT",
7   "authors": {
8     "chenliangloveyou": "ios_elite@163.com"
9   },
10   "source": {
11     "git": "https://github.com/chenliangloveyou/EasyShowView.git",
12     "tag": "2.1.4"
13   },
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "EasyShowView/EasyShowView.h",
22   "subspecs": [
23     {
24       "name": "EasyText",
25       "dependencies": {
26         "EasyShowView/EasyShowUtils": [
28         ]
29       },
30       "source_files": "EasyShowView/EasyText{View,BgView,Config,GlobalConfig,Types}.{h,m}"
31     },
32     {
33       "name": "EasyLoading",
34       "dependencies": {
35         "EasyShowView/EasyShowUtils": [
37         ]
38       },
39       "source_files": "EasyShowView/EasyLoading{View,Config,GlobalConfig,Types}.{h,m}"
40     },
41     {
42       "name": "EasyEmpty",
43       "dependencies": {
44         "EasyShowView/EasyShowUtils": [
46         ]
47       },
48       "source_files": "EasyShowView/EasyEmpty{View,Part,Config,GlobalConfig,Types}.{h,m}"
49     },
50     {
51       "name": "EasyAlert",
52       "dependencies": {
53         "EasyShowView/EasyShowUtils": [
55         ]
56       },
57       "source_files": "EasyShowView/EasyAlert{View,Part,Item,Config,GlobalConfig,Types}.{h,m}"
58     },
59     {
60       "name": "EasyShowUtils",
61       "source_files": [
62         "EasyShowView/EasyShow{Utils,Label}.{h,m}",
63         "EasyShowView/UIView+EasyShowExt.{h,m}"
64       ]
65     }
66   ]