[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 0 / RXVCMediator / 0.2 / RXVCMediator.podspec.json
blob86a855cd1a9bb6b82cb33feb98a18400e295eb5e
2   "name": "RXVCMediator",
3   "version": "0.2",
4   "license": "MIT",
5   "summary": "ViewController push or present with Mediator",
6   "homepage": "https://github.com/xzjxylophone/RXVCMediator",
7   "authors": {
8     "Rush.D.Xzj": "xzjxylophoe@gmail.com"
9   },
10   "social_media_url": "http://weibo.com/xzjxylophone",
11   "source": {
12     "git": "https://github.com/xzjxylophone/RXVCMediator.git",
13     "tag": "v0.2"
14   },
15   "description": "RXVCMediator is a simple viewcontroller to push or present.",
16   "source_files": "RXVCMediator/*.{h,m}",
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0"
24   }