blob: 4b8b71b3ad31e20ac8eeb72d48ddb30ec340acfd [file] [log] [blame]
{
"name": "BXYStatefulViewController",
"version": "1.0.0",
"summary": "Placeholder views based on content, loading, error or empty states.",
"description": "A view controller subclass that presents placeholder views based on content, loading, error or empty states.",
"homepage": "https://github.com/bxyfighting/BXYStatefulViewController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baixiangyu": "bxyfighting@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bxyfighting/BXYStatefulViewController.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "BXYStatefulViewController/Classes/**/*.{h,m}",
"public_header_files": "BXYStatefulViewController/Classes/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
}