[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / a / PointFree-Validated / 0.1.0 / PointFree-Validated.podspec.json
blob8708cd31a343f66902b7356641a43e1638862600
2   "name": "PointFree-Validated",
3   "version": "0.1.0",
4   "summary": "A result type that accumulates multiple errors.",
5   "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.",
6   "homepage": "https://github.com/pointfreeco/swift-validated",
7   "license": "MIT",
8   "authors": {
9     "Stephen Celis": "stephen@stephencelis.com",
10     "Brandon Williams": "mbw234@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/pointfreeco",
13   "source": {
14     "git": "https://github.com/pointfreeco/swift-validated.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ],
27   "dependencies": {
28     "NonEmpty": [
30     ]
31   }