[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / d / SNMediator / 0.1.6 / SNMediator.podspec.json
blob4413d281c043b990b39e1fea1f1295816b56685a
2   "name": "SNMediator",
3   "version": "0.1.6",
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.6"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SNMediator/Classes/**/*.{h,m,xib}",
23   "resources": "SNMediator/Assets/*"