[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / e / 6 / ErrorAssertions / 0.4.0 / ErrorAssertions.podspec.json
blobca5cca4d9984ea2359ef3f3e2bfc2c59a50ded51
2   "name": "ErrorAssertions",
3   "version": "0.4.0",
4   "summary": "Versions of Swift assertion functions using  Error types",
5   "description": "This package provides versions of Swift assertion methods—fatalError(),\nassert(), assertionFailure(), precondition(), and preconditionFailure()—that use\nSwift’s Error type instead of a simple String.",
6   "homepage": "https://github.com/SlaunchaMan/ErrorAssertions",
7   "license": "MIT",
8   "authors": {
9     "Jeff Kelley": "SlaunchaMan@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/SlaunchaMan",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "swift_versions": [
19     "4",
20     "4.2",
21     "5"
22   ],
23   "source": {
24     "git": "https://github.com/SlaunchaMan/ErrorAssertions.git",
25     "tag": "0.4.0"
26   },
27   "source_files": "Sources/ErrorAssertions/**/*.swift",
28   "frameworks": "Foundation",
29   "swift_version": "5"