blob: 744fc8fc8ec70e73499238f2d901a8f22f55356f [file] [log] [blame]
{
"name": "URBNValidator",
"version": "1.0.0",
"summary": "URBNValidator is a simple swift validation library with support for objc",
"description": "URBNValidator is a lightweight extensible swift validation library. You can easily add validation to\nany of your swift objects as well as any objc objects (if you're into that sort of thing).\n\nFeatures\n========\n* Full swift support\n* Objc compatibility\n* Ability to create your own validations and extend custom types\n* Full localization support (global and per instance).",
"homepage": "https://github.com/urbn/URBNValidator",
"license": "MIT",
"authors": {
"Joe": "jridenour@mercury.io"
},
"source": {
"git": "https://github.com/urbn/URBNValidator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*"
],
"resources": [
"Pod/Resources/**/*.lproj"
],
"pushed_with_swift_version": "3.0"
}