blob: 09c1e2b043a0f5f11cf25829c55e92bfb19fbf35 [file] [log] [blame]
{
"name": "SwiftValidatorsReactiveExtensions",
"version": "1.0.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": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftValidatorsReactiveExtensions/Classes/**/*",
"dependencies": {
"SwiftValidators": [
"~> 6.0.0"
],
"ReactiveSwift": [
"~> 1.1.0"
]
},
"pushed_with_swift_version": "3.0"
}