[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / 1 / ValidationComponents / 0.3.0 / ValidationComponents.podspec.json
blobd0b8dc5390e43c2bc4f45c0ae96b86bf3ba946f6
2   "name": "ValidationComponents",
3   "version": "0.3.0",
4   "summary": "Lightweight framework for input validation",
5   "description": "Validation Components is designed to be a lightweight framework specialised in user data validation, such as email format, input length or passwords matching.",
6   "homepage": "https://github.com/nsagora/validation-components",
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-components.git",
16     "tag": "0.3.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   "dependencies": {
27     "ValidationToolkit": [
28       "~> 0.4.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"