[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 0 / RxValidator / 0.0.1 / RxValidator.podspec.json
blob7ca727db6c105871b3721bc1bbfa2103c6d76806
2   "name": "RxValidator",
3   "version": "0.0.1",
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.1"
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   }