blob: afc53a8781162919f26606acbca0a1b431b8feca [file] [log] [blame]
{
"name": "WYNullView",
"version": "1.0.3",
"summary": "An easy way to use when view' content is empty",
"description": "This lib has been designed in a way where you won't need to extend UIView class. You will be able to fully customize the content and appearance of the empty states for your application",
"homepage": "https://github.com/WymanLyu/WYNullView",
"license": "MIT",
"authors": {
"wyman": "wyman.lyu@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/WymanLyu/WYNullView.git",
"tag": "1.0.3"
},
"source_files": "WYNullView/WYNullView.h",
"public_header_files": "WYNullView/WYNullView.h",
"resources": "WYNullView/WYNullView.bundle",
"subspecs": [
{
"name": "Tool",
"source_files": "WYNullView/Tool/*.{h,m}",
"public_header_files": "WYNullView/Tool/*.h"
},
{
"name": "View",
"source_files": "WYNullView/View/*.{h,m}",
"public_header_files": "WYNullView/View/*.h"
},
{
"name": "Category",
"dependencies": {
"WYNullView/View": [
],
"WYNullView/Tool": [
]
},
"source_files": "WYNullView/Category/*.{h,m}",
"public_header_files": "WYNullView/Category/*.h"
}
]
}