blob: 7b0e6a990f2703a12e47c85b6291905beff19ea5 [file] [log] [blame]
{
"name": "NGSRouter",
"version": "1.0.1",
"summary": "Light weight router for iOS projects",
"description": "This is a Swift project of powerfull router (coordinator) for using in iOS projects.",
"homepage": "https://github.com/Standret/NGSRouter",
"license": "MIT",
"authors": {
"Peter Standret": "pstandret@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Standret/NGSRouter.git",
"tag": "1.0.1"
},
"source_files": [
"NGSRouter/LightRoute/*.swift",
"NGSRouter/Sources/*.swift"
],
"swift_version": "5.0"
}