[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / f / d / ValidationToolkit / 0.6.0 / ValidationToolkit.podspec.json
blob4c83679deccaea10f3f31a508845555c8e7637fd
2   "name": "ValidationToolkit",
3   "version": "0.6.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": "MIT License",
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.6.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"