blob: 60fcd81a029d93aefe02fa30a79574e603e983a1 [file] [log] [blame]
{
"name": "SPRoutable",
"version": "0.9.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.{swift,h}",
"dependencies": {
"RoutableAssist": [
]
}
},
{
"name": "OC",
"source_files": "Sources/OC/*.{swift,h}",
"dependencies": {
"SPRoutable/Core": [
]
}
}
]
}