blob: 3088d9b598b26fea21385f6cae80ec72c4d95601 [file] [log] [blame]
{
"name": "RXVCMediator",
"version": "0.1",
"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.1"
},
"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"
}
}