blob: c7c5a1dc817a537719ac218be74bfb576a4efa6a [file] [log] [blame]
{
"name": "SPRoutable",
"version": "0.9.8",
"summary": "基础的路由服务",
"homepage": "https://github.com/linhay/Routable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhey": "linheyhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/linhay/Routable.git",
"tag": "0.9.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/Core/*.{swift,h}",
"dependencies": {
"RoutableAssist": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}