[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 4 / ELEmptyView / 0.1.1 / ELEmptyView.podspec.json
blobb68e9504c5e47ed1f86a7fc872a1629e2e1bb241
2   "name": "ELEmptyView",
3   "version": "0.1.1",
4   "summary": "自己封装的空界面",
5   "description": "TODO: 常用的SDK,方便之后创建新工程的时候使用.",
6   "homepage": "https://github.com/linlinyin1991/ELViewKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ElaineYin": "linlinyin1991@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/linlinyin1991/ELViewKit.git",
19     "tag": "0.1.1"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": "ELEmptyView/*.{h,m}",
24   "resources": "ELEmptyView/EmptyImage.bundle",
25   "dependencies": {
26     "ELKitSDK/ELViewCategory": [
28     ],
29     "Masonry": [
31     ]
32   }