[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / d / a / AnyValidator / 1.0.3 / AnyValidator.podspec.json
blob752b555429b256834a194570121e9e9b3e6fdedd
2   "name": "AnyValidator",
3   "version": "1.0.3",
4   "summary": "Rule based input validation for iOS, macOS, watchOS, Linux",
5   "description": "Rule based input validation library written in Swift. Object/Struct validation.",
6   "homepage": "https://github.com/smbhuin/Validator",
7   "screenshots": "https://raw.githubusercontent.com/smbhuin/Validator/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Soumen Bhuin": "smbhuin@live.com"
14   },
15   "source": {
16     "git": "https://github.com/smbhuin/Validator.git",
17     "tag": "1.0.3"
18   },
19   "cocoapods_version": ">= 1.4.0",
20   "swift_versions": "4.2",
21   "platforms": {
22     "ios": "10.0",
23     "osx": "10.12",
24     "watchos": "3.0"
25   },
26   "requires_arc": true,
27   "source_files": "Sources/Validator/**/*.swift",
28   "swift_version": "4.2"