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