[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / b / d / SNMediator / 0.1.3 / SNMediator.podspec.json
blob6fd9babd2f38971edd32163b82bfc7e2abe8ae9a
2   "name": "SNMediator",
3   "version": "0.1.3",
4   "summary": "SNMediator is a solution for iOS Application modularizing program.",
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.3"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SNMediator/Classes/**/*.{h,m}",
23   "resources": [
24     "SNMediator/Assets/*",
25     "SNMediator/Classes/*.xib"
26   ]