[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / e / 6 / ErrorAssertions / 0.2.0 / ErrorAssertions.podspec.json
blobec72073174a8d708f8e4202178703053122efbd5
2   "name": "ErrorAssertions",
3   "version": "0.2.0",
4   "summary": "A Swift utility to test error code.",
5   "description": "ErrorAssertions lets you write unit tests that cover cases you can’t cover with\nXCTest alone, such as using the Assert, Precondition, and FatalError APIs in\nSwift. By wrapping these calls, we can create test expectations and accurately\ntest our error states.",
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.2.0"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/ErrorAssertions/**/*.swift",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "ErrorAssertionExpectations",
35       "platforms": {
36         "ios": "8.0",
37         "osx": "10.10",
38         "tvos": "9.0"
39       },
40       "dependencies": {
41         "ErrorAssertions/Core": [
43         ]
44       },
45       "source_files": "Sources/ErrorAssertionExpectations/**/*.swift",
46       "frameworks": [
47         "Foundation",
48         "XCTest"
49       ]
50     }
51   ],
52   "swift_version": "5.1"