[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / b / 0 / RxValidator / 0.0.6 / RxValidator.podspec.json
blobbde1c2b4b428435f14395bfd16747d22ecc17cac
2   "name": "RxValidator",
3   "version": "0.0.6",
4   "summary": "Simple, Extensable, Flexable Validation Checker",
5   "homepage": "https://github.com/vbmania/RxValidator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "GeumSang Yoo": "vbmania@me.com"
12   },
13   "source": {
14     "git": "https://github.com/vbmania/RxValidator.git",
15     "tag": "v0.0.6"
16   },
17   "source_files": "Sources/**/*.swift",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "swift_version": "4.1",
24   "dependencies": {
25     "RxSwift": [
26       ">= 4.1.0"
27     ],
28     "RxCocoa": [
29       ">= 4.1.0"
30     ]
31   },
32   "platforms": {
33     "ios": "8.0",
34     "watchos": "2.0",
35     "tvos": "9.0"
36   }