blob: b0a628a2a38baa5bcc237a2e40ad00e4416868fa [file] [log] [blame]
{
"name": "SJRouter",
"version": "0.0.12",
"summary": "SJRouter.",
"description": "ios router.",
"homepage": "https://github.com/changsanjiang/SJRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJRouter.git",
"tag": "v0.0.12"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJRouter/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJRouter/Core/*.{h,m}"
}
]
}