[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / 9 / TFYSwiftRouter / 2.0.6 / TFYSwiftRouter.podspec.json
blob31a3f8d43cd9f8acdebfc13dc290b3ef985613e1
2   "name": "TFYSwiftRouter",
3   "version": "2.0.6",
4   "summary": "汇编代码的路由跳转,支持OC 于 Swift 各个界面跳转,方法跳转 数据传输,最低支持ios 13 Swift 5",
5   "description": "汇编代码的路由跳转,支持OC 于 Swift 各个界面跳转,方法跳转 数据传输,最低支持ios 13 Swift 5",
6   "homepage": "https://github.com/13662049573/TFYSwiftMessageRouter",
7   "license": "MIT",
8   "authors": {
9     "田风有": "420144542@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/13662049573/TFYSwiftMessageRouter.git",
13     "tag": "2.0.6"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": "5.0",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "RouterITools",
26       "source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterITools/*.{swift}"
27     },
28     {
29       "name": "RouterLock",
30       "source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterLock/*.{swift}"
31     },
32     {
33       "name": "RouterOC",
34       "source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterOC/*.{swift}",
35       "dependencies": {
36         "TFYSwiftRouter/RouterLock": [
38         ],
39         "TFYSwiftRouter/RouterSwift": [
41         ]
42       }
43     },
44     {
45       "name": "RouterSwift",
46       "source_files": "TFYSwiftMessageRouter/TFYSwiftRouter/RouterSwift/*.{swift}",
47       "dependencies": {
48         "TFYSwiftRouter/RouterLock": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"