[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 3 / a / PointFree-Validated / 0.1.2 / PointFree-Validated.podspec.json
blob4fc903a76b77fddf6cdbb823cf2d32a7d417f616
2   "name": "PointFree-Validated",
3   "module_name": "Validated",
4   "version": "0.1.2",
5   "summary": "A result type that accumulates multiple errors.",
6   "description": "Swift error handling short-circuits on the first failure. Because of this, it's not the greatest option for handling things like form data, where multiple inputs may result in multiple errors.\n\nValidated is a Result-like type that can accumulate multiple errors.",
7   "homepage": "https://github.com/pointfreeco/swift-validated",
8   "license": "MIT",
9   "authors": {
10     "Stephen Celis": "stephen@stephencelis.com",
11     "Brandon Williams": "mbw234@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/pointfreeco",
14   "source": {
15     "git": "https://github.com/pointfreeco/swift-validated.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "Sources",
26     "Sources/**/*.swift"
27   ],
28   "dependencies": {
29     "NonEmpty": [
31     ]
32   }