blob: 86a855cd1a9bb6b82cb33feb98a18400e295eb5e [file] [log] [blame]
{
"name": "RXVCMediator",
"version": "0.2",
"license": "MIT",
"summary": "ViewController push or present with Mediator",
"homepage": "https://github.com/xzjxylophone/RXVCMediator",
"authors": {
"Rush.D.Xzj": "xzjxylophoe@gmail.com"
},
"social_media_url": "http://weibo.com/xzjxylophone",
"source": {
"git": "https://github.com/xzjxylophone/RXVCMediator.git",
"tag": "v0.2"
},
"description": "RXVCMediator is a simple viewcontroller to push or present.",
"source_files": "RXVCMediator/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}