[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / d / DPModuleManager / 1.0.1 / DPModuleManager.podspec.json
blob178e977e4cbf777c86f439c266673ed1ef816d23
2   "name": "DPModuleManager",
3   "version": "1.0.1",
4   "summary": "模块(组件)管理器",
5   "description": "模块(组件)管理器,作为模块间通信的基础",
6   "homepage": "https://github.com/DancewithPeng/ModuleManager.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张鹏": "dancewithpeng@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.2",
18   "source": {
19     "git": "https://github.com/DancewithPeng/ModuleManager.git",
20     "tag": "1.0.1"
21   },
22   "source_files": [
23     "ModuleManager/Sources",
24     "ModuleManager/Sources/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "DPMessageBus": [
28       "~> 1.0.0"
29     ],
30     "DPLog": [
31       "~> 2.0.0"
32     ],
33     "DPObjCRuntime": [
34       "~> 1.0.0"
35     ]
36   },
37   "swift_version": "5.2"