blob: d3b30217dbd1504fba23a54b1e456c5d999a1a61 [file] [log] [blame]
{
"name": "SwiftValidatorsReactiveExtensions",
"version": "4.1.0-alpha.2",
"summary": "SwiftValidators that play nice with ReactiveSwift's ValidatingProperty",
"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'",
"homepage": "https://github.com/gkaimakas/SwiftValidatorsReactiveExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gkaimakas": "gkaimakas@gmail.com"
},
"source": {
"git": "https://github.com/gkaimakas/SwiftValidatorsReactiveExtensions.git",
"tag": "4.1.0-alpha.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftValidatorsReactiveExtensions/Classes/**/*",
"dependencies": {
"SwiftValidators": [
"~> 7.0.0"
],
"ReactiveSwift": [
"2.1.0-alpha.2"
]
},
"pushed_with_swift_version": "4.0"
}