blob: 9b8f30a7e93ac927dca87d63305478bb3d4cea3a [file] [log] [blame]
{
"name": "NGRValidation",
"version": "1.3.0",
"summary": "Centralized and comprehensive validator for iOS",
"description": "NGRValidator is an Objective-C 3rd party library for iOS and OSX. It allows you to validate the data in the way that you want. It's an easy to read, centralized, and comprehensive solution to validating any Objective-C model in just a few lines of code.",
"homepage": "https://github.com/sdkdimon/NGRValidation",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/NGRValidation.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "NGRValidation/**/*.{h,m}",
"module_map": "NGRValidation/modulemap.modulemap"
}