blob: 5419b3881af19e30a9793100676e75e2bcaef3ae [file] [log] [blame]
{
"name": "ngrvalidator",
"version": "0.1.1",
"summary": "Simple validator for iOS.",
"description": "NGRValidator allows you to validate your data in way you want! It's easy to read (even via non-developers), centralized and complex solution to validate your model just in few lines of code!",
"homepage": "https://github.com/netguru/ngrvalidator",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Patryk Kaczmarek": "patryk.kaczmarek@netguru.pl"
},
"source": {
"git": "https://github.com/netguru/ngrvalidator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "NGRValidator/NGRValidator/**/*.{h,m}",
"requires_arc": true
}