[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / 8 / MSAppModuleKit / 1.1.3 / MSAppModuleKit.podspec.json
blob39149602e9bcd1a24b8f0e70455d3f509180504e
2   "name": "MSAppModuleKit",
3   "version": "1.1.3",
4   "summary": "模块加载器 MSAppModuleKit.",
5   "description": "MSAppModuleKit 负责模块的加载 以及模块的接口\n1. 应用模块实现MSAppModule协议\n2. 每一个模块扩展MSAppSettings协议\n3. 应用的AppSettings实现所需要加载的模块的AppSettings协议\n4. AppModuleController加载设置下发到\n5. AppModuleController加载模块",
6   "homepage": "https://github.com/aelam/MSAppModuleKit.git",
7   "license": "MIT",
8   "authors": {
9     "Ryan Wang": "wanglun02@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/aelam/MSAppModuleKit.git",
13     "tag": "1.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "MSAppModuleKit/Basic/**/*",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "dependencies": {
25     "MSRoutes": [
26       "~> 1.2"
27     ]
28   }