blob: 16260f775cd5828cac7e11a19c4e9b35430d816c [file] [log] [blame]
{
"name": "StatefulUI",
"version": "1.0.0",
"summary": "Placeholder views based on content, loading, error or empty states.",
"description": "A protocol that presents placeholder views based on content, loading, error or empty states.\nFork of StatefulViewController.",
"homepage": "https://github.com/appwise-labs/StatefulUI",
"authors": {
"David Jennes": "david.jennes@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/appwise-labs/StatefulUI.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"StatefulUIResources": [
"Resources/**/*"
]
},
"dependencies": {
"IBAnimatable": [
],
"Reusable": [
]
},
"swift_version": "5.0"
}