blob: 4cdff100de0a75974d8cf5053c5b2d92eec6bed7 [file] [log] [blame]
{
"name": "FluidValidator",
"version": "0.1.6",
"summary": "General purpose object validator",
"description": "FluidValidator is intended to encapsulate validation logic. The API was designed with FluentValidation (https://github.com/JeremySkinner/FluentValidation) and Rails Validation as reference.\nCurrently offers validation of simple objects, complex objects (object graph), enumerables. Localized error messages. You can easly override base behaviors and/or build your own reusable validation rules.",
"homepage": "https://github.com/frograin/FluidValidator",
"license": "MIT",
"authors": {
"FrogRain": "info@frograin.com"
},
"source": {
"git": "https://github.com/frograin/FluidValidator.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/FluidValidator.bundle",
"pushed_with_swift_version": "3.0"
}