blob: 307ad752e742db2566bced1588b692375865475e [file] [log] [blame]
{
"name": "XQVCMediator",
"version": "1.0.0",
"license": "MIT",
"summary": "ViewController push or present with Mediator",
"homepage": "https://github.com/XiaoWenQiang/XQVCMediator.git",
"authors": {
"xiaoqiang": "xiaowenqiang_1@126.com"
},
"social_media_url": "https://www.jianshu.com/u/16227d25bcf4",
"source": {
"git": "https://github.com/XiaoWenQiang/XQVCMediator.git",
"tag": "v1.0.0"
},
"description": "RXVCMediator is a simple viewcontroller to push or present.",
"source_files": "XQVCMediator/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}