[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / d / 5 / RxViewController / 0.4.0 / RxViewController.podspec.json
blob9df5ab2f0acb8b590b62c94ac1b7e8103e173d81
2   "name": "RxViewController",
3   "version": "0.4.0",
4   "summary": "RxSwift wrapper for UIViewController and NSViewController",
5   "homepage": "https://github.com/devxoul/RxViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/RxViewController.git",
15     "tag": "0.4.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "frameworks": "Foundation",
19   "dependencies": {
20     "RxSwift": [
21       ">= 4.0.0"
22     ],
23     "RxCocoa": [
24       ">= 4.0.0"
25     ]
26   },
27   "platforms": {
28     "ios": "8.0",
29     "osx": "10.11"
30   }