blob: 7709b3da3e646c5349ca44328116f5617599ceeb [file] [log] [blame]
{
"name": "SPRoutable",
"version": "0.9.9.1.alpha",
"license": "MIT",
"summary": "基础的路由服务",
"homepage": "https://github.com/linhay/Routable",
"authors": {
"linhey": "linheyhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/linhay/Routable.git",
"tag": "0.9.9.1.alpha"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": [
"Sources/*.{swift,h}"
],
"public_header_files": [
"Sources/Routable.h"
],
"osx": {
"exclude_files": [
"Sources/Routale+UIKit.swift"
]
},
"watchos": {
"exclude_files": [
"Sources/Routale+UIKit.swift"
]
},
"tvos": {
"exclude_files": [
"Sources/Routale+UIKit.swift"
]
},
"dependencies": {
"RoutableAssist": [
"0.2.2"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"requires_arc": true
}