[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / 5 / 8 / TheRouter / 1.1.2 / TheRouter.podspec.json
blob000a0c87658b38ccd3b8c2d0b98aa07057e6f065
2   "name": "TheRouter",
3   "version": "1.1.2",
4   "summary": "TheRouter一个用于模块间解耦和通信,基于Swift协议进行动态懒加载注册路由与打开路由的工具。同时支持通过Service-Protocol寻找对应的模块,并用 protocol进行依赖注入和模块通信。",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/HuolalaTech/therouter-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mars": "mars.yao"
13   },
14   "source": {
15     "git": "https://github.com/HuolalaTech/hll-wp-therouter-ios.git",
16     "tag": "1.1.2"
17   },
18   "source_files": "TheRouter/Classes/**/*",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "platforms": {
24     "ios": "11.0"
25   },
26   "swift_versions": "5.0",
27   "static_framework": true,
28   "xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   },
31   "pod_target_xcconfig": {
32     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
33   },
34   "swift_version": "5.0"