[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 0 / f / d / ValidationToolkit / 0.4.0 / ValidationToolkit.podspec.json
blob43b160a6382651df3c764d0e81c2b8930b58e1a7
2   "name": "ValidationToolkit",
3   "version": "0.4.0",
4   "summary": "Lightweight framework for input validation written in Swift",
5   "description": "Validation Toolkit is designed to be a lightweight framework specialised in user data validation, such as email format, input length or passwords matching, for Swift projects.",
6   "homepage": "https://github.com/nsagora/validation-toolkit",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Cristea": "alex@thinslices.com"
13   },
14   "source": {
15     "git": "https://github.com/nsagora/validation-toolkit.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "https://twitter.com/nsagora",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "Sources/*.swift",
26   "pushed_with_swift_version": "3.0"