blob: ef56424185fa3fb8b006f5c541315fef8bf1e7c2 [file] [log] [blame]
{
"name": "AsyncViewController",
"version": "2.0.0",
"summary": "AsyncViewController provides bridges the gap between loading data and presenting the respective view controller.",
"authors": "Lukas Würzburger",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/lukaswuerzburger/AsyncViewController",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lukaswuerzburger/AsyncViewController.git",
"tag": "2.0.0"
},
"source_files": "AsyncViewController/Sources/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}