[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / e / JValidator / 0.1.0 / JValidator.podspec.json
blobb989e014567219e1d21a34089236c8e7ce179c04
2   "name": "JValidator",
3   "version": "0.1.0",
4   "license": {
5     "type": "Apache 2.0",
6     "text": "      Copyright (c) Jarrod Parkes. All rights reserved.\n"
7   },
8   "homepage": "https://jarrodparkes.com",
9   "summary": "A string validation library.",
10   "description": "A library containing rules for validating string inputs.",
11   "authors": {
12     "Jarrod Parkes": "parkesfjarrod@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jarrodparkes/Validator.git",
16     "tag": "0.1.0",
17     "submodules": true
18   },
19   "swift_versions": [
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "9.0"
24   },
25   "static_framework": true,
26   "source_files": "Validator/Classes/**/*.{swift}",
27   "frameworks": "Foundation",
28   "swift_version": "5.0"