[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 5 / 1 / Validator-TL / 3.2.2 / Validator-TL.podspec.json
blobb92eaa59cd5c6e37ac5d2481b7534dd515697000
2   "name": "Validator-TL",
3   "platforms": {
4     "ios": "9.0",
5     "tvos": "10.0"
6   },
7   "swift_versions": "5",
8   "version": "3.2.2",
9   "summary": "Validator is a user input validation library written in Swift.",
10   "description": "Validator is a user input validation library written in Swift.\nFeatures:\n[x] Validation rules:\n  [x] Required\n  [x] Equality\n  [x] Comparison\n  [x] Length (min, max, range)\n  [x] Pattern (email, password constraints and more...)\n  [x] Contains\n  [x] URL\n  [x] Payment card (Luhn validated, accepted types)\n  [x] Condition (quickly write your own)\n[x] Swift standard library type extensions with one API (not just strings!)\n[x] UIKit element extensions\n[x] Open validation error types\n[x] An open protocol-oriented implementation\n[x] Comprehensive test coverage\n[x] Comprehensive code documentation",
11   "homepage": "https://github.com/TartLabs/Validator",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Tart Labs": "developer@tartlabs.com"
18   },
19   "source": {
20     "git": "https://github.com/TartLabs/Validator",
21     "tag": "v3.2.1"
22   },
23   "source_files": [
24     "Validator",
25     "Validator/Sources/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "swift_version": "5"