blob: f43f40722301df344fc9e85d275b4557b99de878 [file] [log] [blame]
{
"name": "XRouter",
"version": "1.2.0",
"summary": "The simple routing library for iOS.",
"description": "A simple routing library for iOS.\nSetup routes and map them to controllers, easy peasy.",
"homepage": "https://github.com/reececomo/XRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reece Como": "reece.como@gmail.com"
},
"source": {
"git": "https://github.com/reececomo/XRouter.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "Router/Classes/**/*"
}