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