blob: 23da96c10478da390c333ef68a277145d0d4f686 [file] [log] [blame]
{
"name": "WLEmptyState",
"version": "3.1.0",
"summary": "Custom view for Empty states on tables or collection entities",
"description": "A control to display a place holder in case there's no data on a UITableView or UICollectionView",
"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": "3.1.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"source_files": "WLEmptyState/Classes/**/*",
"resource_bundles": {
"WLEmptyState": [
"WLEmptyState/Assets/Assets.xcassets"
]
},
"swift_version": "5.0"
}