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