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