[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / 4 / ELEmptyView / 0.1.2 / ELEmptyView.podspec.json
blobca5f3de996b144d9f1b54f216b3ca63b5ac664aa
2   "name": "ELEmptyView",
3   "version": "0.1.2",
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.2"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": "ELEmptyView/*.{h,m}",
24   "resources": "ELEmptyView/EmptyImage.bundle",
25   "dependencies": {
26     "ELKitSDK/ELViewCategory": [
27       "0.2.0"
28     ],
29     "Masonry": [
31     ]
32   }