[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / SwiftValidatorsReactiveExtensions / 3.0.0 / SwiftValidatorsReactiveExtensions.podspec.json
blobd9b790e2565bcd167b6ba69f358c3d46abf136cc
2   "name": "SwiftValidatorsReactiveExtensions",
3   "version": "3.0.0",
4   "summary": "SwiftValidators that play nice with ReactiveSwift's ValidatingProperty",
5   "description": "ReactiveSwift's ValidatingProperty seems the ideal place to apply SwiftValidators. SwiftValidatorsReactiveExtensions provides extensions that play nice with and remove much of the boilerplate code needed to validate a ValidatingProperty'",
6   "homepage": "https://github.com/gkaimakas/SwiftValidatorsReactiveExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gkaimakas": "gkaimakas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gkaimakas/SwiftValidatorsReactiveExtensions.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftValidatorsReactiveExtensions/Classes/**/*",
22   "dependencies": {
23     "SwiftValidators": [
24       "~> 6.0.0"
25     ],
26     "ReactiveSwift": [
27       "~> 2.0.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"