blob: ca5f3de996b144d9f1b54f216b3ca63b5ac664aa [file] [log] [blame]
{
"name": "ELEmptyView",
"version": "0.1.2",
"summary": "自己封装的空界面",
"description": "TODO: 常用的SDK,方便之后创建新工程的时候使用.",
"homepage": "https://github.com/linlinyin1991/ELViewKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ElaineYin": "linlinyin1991@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/linlinyin1991/ELViewKit.git",
"tag": "0.1.2"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "ELEmptyView/*.{h,m}",
"resources": "ELEmptyView/EmptyImage.bundle",
"dependencies": {
"ELKitSDK/ELViewCategory": [
"0.2.0"
],
"Masonry": [
]
}
}