[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 6 / 4 / ErrorAssertionExpectations / 0.4.0 / ErrorAssertionExpectations.podspec.json
blobcc08c601ece395788382d912dca1125395cc24f8
2   "name": "ErrorAssertionExpectations",
3   "version": "0.4.0",
4   "summary": "Testble Swift assertion functions",
5   "description": "ErrorAssertionsExpectations lets you write unit tests that cover cases you can’t\ncover with XCTest alone, such as using the Assert, Precondition, and FatalError\nAPIs in Swift. By wrapping these calls, we can create test expectations and\naccurately test 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     "tvos": "9.0"
16   },
17   "swift_versions": [
18     "4",
19     "4.2",
20     "5"
21   ],
22   "source": {
23     "git": "https://github.com/SlaunchaMan/ErrorAssertions.git",
24     "tag": "0.4.0"
25   },
26   "dependencies": {
27     "ErrorAssertions": [
29     ]
30   },
31   "source_files": "Sources/ErrorAssertionExpectations/**/*.swift",
32   "frameworks": [
33     "Foundation",
34     "XCTest"
35   ],
36   "swift_version": "5"