[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 2 / 6 / 1 / MGXRouter / 1.0.0 / MGXRouter.podspec.json
blobeb1268f69b9e6e682092815222fc1c4e2b583838
2   "name": "MGXRouter",
3   "version": "1.0.0",
4   "summary": "iOS组件调度工具,负责模块间动态调用,无需实际依赖度具体模块,降低模块间的耦合度.",
5   "description": "支持动态调用范围:\n1) 类方法\n2) 对象方法\n3) 单例",
6   "homepage": "https://github.com/changjianfeishui/MGXRouter.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mangox": "329735967@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/changjianfeishui/MGXRouter.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MGXRouter/Classes/**/*"