blob: 48754eaaeee327faa93e441ab18bb434d79a1c08 [file] [log] [blame]
{
"name": "SNMediator",
"version": "0.1.1",
"summary": "SNMediator is a lightweight implementation plan for iOS applications to be modularized. \n By Using \"URL\" to implement the unified resource access method of the three terminals (iOS, Android, H5), when a bug occurred, you can easily change native pages to H5 urgently, instead of JSPath;\n It implemented function invocation in the form of \"service\" among modules , removed the dependency of the module on \"procotol\" like in BeeHive.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yangjie2/SNMediator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangjie2": "987537564@qq.com"
},
"source": {
"git": "https://github.com/yangjie2/SNMediator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SNMediator/Classes/**/*.{h,m}",
"resources": [
"SNMediator/Assets/*",
"SNMediator/Classes/*.xib"
]
}