blob: 434a7136ca93bb0c1f2ff1351891749a107564e6 [file] [log] [blame]
{
"name": "CoordinatorPackage",
"version": "1.0",
"summary": "All you need to implement the Coordinator's Design Pattern",
"description": "Coordinator's Design Pattern easy implementation. See documentation on GitHub to learn more.",
"homepage": "https://github.com/Tokta/CoordinatorPackage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alessio": "alessio.sardella@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/Tokta/CoordinatorPackage.git",
"tag": "1.0"
},
"source_files": "Sources/CoordinatorPackage/Coordinators",
"swift_version": "4.0"
}