[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / b / e / URBNValidator / 1.0.0 / URBNValidator.podspec.json
blob744fc8fc8ec70e73499238f2d901a8f22f55356f
2   "name": "URBNValidator",
3   "version": "1.0.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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Classes/**/*"
22   ],
23   "resources": [
24     "Pod/Resources/**/*.lproj"
25   ],
26   "pushed_with_swift_version": "3.0"