blob: f6f1959def9c1716fdf4e62e9a22180127a72427 [file] [log] [blame]
{
"name": "WLEmptyState",
"version": "1.0.1",
"summary": "Custom view for Empty states on tables",
"description": "A control to display a place holder in case there's no data on a UITableView",
"homepage": "https://github.com/wizeline/WLEmptyState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lojals": "jorge.ovalle@wizeline.com"
},
"source": {
"git": "https://github.com/wizeline/WLEmptyState.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"source_files": "WLEmptyState/Classes/**/*",
"resource_bundles": {
"WLEmptyState": [
"WLEmptyState/Assets/Assets.xcassets"
]
}
}