blob: de5a30ea6c50aba693d88daa53bac62bd4f88e9d [file] [log] [blame]
{
"name": "NPRouter",
"version": "0.1.0",
"summary": "A Simple Pure Swift Router in iOS.",
"description": "Router can decoupled module with module in Project, It`s a good choice.",
"homepage": "https://github.com/DarkKnightOne/Router",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DarkKnightOne": "zhang_mr1989@163.com"
},
"source": {
"git": "https://github.com/DarkKnightOne/Router.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Router/Classes/**/*"
}