[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / e / 1 / ValidationsKit / 1.0.0 / ValidationsKit.podspec.json
blob470cd78bbe481ff294881a0989acf95dbafaa901
2   "name": "ValidationsKit",
3   "version": "1.0.0",
4   "summary": "Model validation for iOS, inspired by Vapor.",
5   "description": "ValidationsKit is a package inspired by Vapor Validation, in order to bring model validation with simple and clean syntax on iOS. If you do server side swift with Vapor, you should already be very familiar with this package.",
6   "homepage": "https://github.com/amoriarty/ValidationsKit",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amoriarty": "alexandrelegent@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/amoriarty/ValidationsKit.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/alex_legent",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "Sources/ValidationsKit/**/*"