blob: 1901c1dac7a739c4327549d1c702157114d30b03 [file] [log] [blame]
{
"name": "TFYSwiftRouter",
"version": "2.1.0",
"summary": "汇编代码的路由跳转,支持OC 于 Swift 各个界面跳转,方法跳转 数据传输,最低支持ios 13 Swift 5",
"description": "汇编代码的路由跳转,支持OC 于 Swift 各个界面跳转,方法跳转 数据传输,最低支持ios 13 Swift 5",
"homepage": "https://github.com/13662049573/TFYSwiftMessageRouter",
"license": "MIT",
"authors": {
"田风有": "420144542@qq.com"
},
"source": {
"git": "https://github.com/13662049573/TFYSwiftMessageRouter.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "RouterITools",
"source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterITools/*.{swift}"
},
{
"name": "RouterLock",
"source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterLock/*.{swift}"
},
{
"name": "RouterOC",
"source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterOC/*.{swift}",
"dependencies": {
"TFYSwiftRouter/RouterLock": [
],
"TFYSwiftRouter/RouterSwift": [
]
}
},
{
"name": "RouterSwift",
"source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterSwift/*.{swift}",
"dependencies": {
"TFYSwiftRouter/RouterLock": [
]
}
}
],
"swift_version": "5.0"
}