blob: b6809e8327523af67ee9d9e3741c616d9831c94c [file] [log] [blame]
{
"name": "AsyncViewController",
"version": "1.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": "1.0.0"
},
"source_files": "AsyncViewController/Sources/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}