[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 8 / d / 5 / RxViewController / 0.1.0 / RxViewController.podspec.json
blobc2d444a6b61dcdfdcd7526dee0d8e45d04f63822
2   "name": "RxViewController",
3   "version": "0.1.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.1.0"
16   },
17   "source_files": "Sources/*.swift",
18   "frameworks": "Foundation",
19   "dependencies": {
20     "RxSwift": [
21       ">= 3.0.0"
22     ],
23     "RxCocoa": [
24       ">= 3.0.0"
25     ]
26   },
27   "platforms": {
28     "ios": "8.0",
29     "osx": "10.11"
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "3.0"
33   },
34   "pushed_with_swift_version": "3.1"