blob: 4f0561d84496dc28bfd791f11116a2083130001a [file] [log] [blame]
{
"name": "FXModelValidation",
"version": "1.0.5",
"summary": "FXModelValidation is an Objective-C library that allows to validate data/model/forms easily. Suits for any NSObject.",
"homepage": "http://github.com/plandem/FXModelValidation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Gayvoronsky": "plandem@gmail.com"
},
"source": {
"git": "https://github.com/plandem/FXModelValidation.git",
"tag": "1.0.5"
},
"frameworks": [
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"prefix_header_contents": "#define FXMODELVALIDATION_FXFORMS 1",
"source_files": [
"FXModelValidation/*.{h,m}",
"FXModelValidation/validators/*.{h,m}",
"FXModelValidation/validators/filters/*.{h,m}"
]
}