[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 8 / MSAppModuleKit / 0.0.16 / MSAppModuleKit.podspec.json
blob99f1b67c2fd3ed74437f910984f8c73381a42215
2   "name": "MSAppModuleKit",
3   "version": "0.0.16",
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": "0.0.16"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "dependencies": {
25     "MSRoutes": [
27     ]
28   }