[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / e / 1 / AnyRouter / 0.0.1 / AnyRouter.podspec.json
blob4fa4d1a222b0d0c4833c6531b910b7aa092080c9
2   "name": "AnyRouter",
3   "version": "0.0.1",
4   "summary": "基于路有的通用模块间通信方案.",
5   "description": "通用模块间通信方案;可用于通用的数据通信,也可用于UI页面通信。",
6   "homepage": "https://gitee.com/hsh/any-router",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hsh": "qinyue0306@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/hsh/any-router.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "AnyRouter/Classes/Core/**/*.swift"
26     },
27     {
28       "name": "Loader",
29       "source_files": "AnyRouter/Classes/Loader/**/*.swift",
30       "dependencies": {
31         "AnyRouter/Core": [
33         ]
34       }
35     }
36   ],
37   "swift_version": "5.0"