[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / 5 / RxViewController / 0.4.1 / RxViewController.podspec.json
blob651f7c22d5f57cb488dcad554c1009b2eed1a590
2   "name": "RxViewController",
3   "version": "0.4.1",
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.1"
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     "tvos": "9.0"
31   }