blob: 0d817cd041726ed4209aa3bad586de114477ee78 [file] [log] [blame]
{
"name": "WLEmptyState",
"version": "1.0.2",
"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": {
"Wizeline iOS Team": "ios.open@wizeline.com"
},
"source": {
"git": "https://github.com/wizeline/WLEmptyState.git",
"tag": "1.0.2"
},
"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"
]
}
}