[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 1 / ValidationsKit / 1.1.0 / ValidationsKit.podspec.json
blob035f9671f739e351c9eae7ba652790731eb44c82
2   "name": "ValidationsKit",
3   "version": "1.1.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.1.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/**/*"