blob: 74d36d58565f05b14655ddc8727ca133ff39acc5 [file] [log] [blame]
{
"name": "FluidValidator",
"version": "0.1.0",
"summary": "General purpose object validator",
"description": "FluidValidator is intended to encapsulate validation logic of objects in your project. The API was designed with FluentValidation as reference (https://github.com/JeremySkinner/FluentValidation).\nCurrently offers validation of simple objects, complex objects (object graph), enumerables. Localized error messages. You can easly override base behaviors and/or built 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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/FluidValidator.bundle"
}