[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / b / d / SNMediator / 0.1.7 / SNMediator.podspec.json
blob9d18eff6e956d6d99ea769880cce90a06c9a87ef
2   "name": "SNMediator",
3   "version": "0.1.7",
4   "summary": "SNMediator is a solution for iOS Application module programs, it is the bridge to communicate between modules without bring about coupling.",
5   "description": "SNMediator is a flexible mediator for iOS applications that will be modularized. \nBy Using \"URL\" to implement the unified resource access method of the three terminals (iOS, Android, H5).\nWhen bugs occurred, you can easily change native pages to H5 urgently.\nIt does  function invocation in the form of \"service\" among modules , removed the dependency on \"procotol\"  among modules like in BeeHive.",
6   "homepage": "https://github.com/yangjie2/SNMediator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangjie2": "987537564@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yangjie2/SNMediator.git",
16     "tag": "0.1.7"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SNMediator/Classes/**/*.{h,m}",
23   "resources": "SNMediator/Assets/*"