[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 6 / 4 / ErrorAssertionExpectations / 0.3.0 / ErrorAssertionExpectations.podspec.json
blob239085dd00bf2070d61f2ad5771b78f39c3664ad
2   "name": "ErrorAssertionExpectations",
3   "version": "0.3.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     "5.0",
19     "5.1"
20   ],
21   "source": {
22     "git": "https://github.com/SlaunchaMan/ErrorAssertions.git",
23     "tag": "0.3.0"
24   },
25   "dependencies": {
26     "ErrorAssertions": [
28     ]
29   },
30   "source_files": "Sources/ErrorAssertionExpectations/**/*.swift",
31   "frameworks": [
32     "Foundation",
33     "XCTest"
34   ],
35   "swift_version": "5.1"