blob: b4e69264c5fca5fefc7a1450a656b5f0296f6c45 [file] [log] [blame]
{
"name": "SJRouter",
"version": "0.0.9",
"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.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJRouter/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJRouter/Core/*.{h,m}"
}
]
}