blob: 861e824251c1327ea73ca11c6cea9db4159f234a [file] [log] [blame]
{
"name": "MGSwiftRouter",
"version": "1.0.0",
"summary": "A router library.",
"description": "General routing, through which we can access our module entrance and pass relevant information to our module entrance function",
"homepage": "https://github.com/mszdream/MGSwiftRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mszdream": "mszdream@126.com"
},
"source": {
"git": "https://github.com/mszdream/MGSwiftRouter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MGSwiftRouter/Classes/**/*"
}