blob: d6842152a38e34d2e7be5578b62d276ab98ad9d3 [file] [log] [blame]
{
"name": "DBEmptyState",
"version": "0.1.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": "0.1.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DBEmptyState": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKitFoundation",
"requires_arc": true
}