blob: 1cfa41ab7e0234679de4a07394dac8ec0b3d918a [file] [log] [blame]
{
"name": "DBEmptyState",
"version": "1.0.0",
"summary": "Empty state management for UITableView and UICollectionView.",
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"homepage": "https://github.com/DevonBoyer/DBEmptyState",
"authors": {
"Devon Boyer": "devonboyer94@gmail.com"
},
"source": {
"git": "https://github.com/DevonBoyer/DBEmptyState.git",
"tag": "1.0.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DBEmptyState": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}