[Add] Backpack-SwiftUI 73.18.0
[CocoaPods.git] / Specs / d / b / e / URBNValidator / 0.1.0 / URBNValidator.podspec.json
blob3b061800559ec58f52fa16a77ca87f73c4542e40
2   "name": "URBNValidator",
3   "version": "0.1.0",
4   "summary": "URBNValidator is a simple swift validation library with support for objc",
5   "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).",
6   "homepage": "https://github.com/urbn/URBNValidator",
7   "license": "MIT",
8   "authors": {
9     "Joe": "jridenour@mercury.io"
10   },
11   "source": {
12     "git": "https://github.com/urbn/URBNValidator.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/**/*"
21   ],
22   "resources": [
23     "Pod/Resources/**/*.lproj"
24   ]