[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / e / 6 / ErrorAssertions / 0.3.0 / ErrorAssertions.podspec.json
blob1bf61e3992affda2d28f62c5ad509cee64a40663
2   "name": "ErrorAssertions",
3   "version": "0.3.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     "5.0",
20     "5.1"
21   ],
22   "source": {
23     "git": "https://github.com/SlaunchaMan/ErrorAssertions.git",
24     "tag": "0.3.0"
25   },
26   "source_files": "Sources/ErrorAssertions/**/*.swift",
27   "frameworks": "Foundation",
28   "swift_version": "5.1"