[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / f / 7 / 3 / XCTAssertUnrecoverable / 1.0.0 / XCTAssertUnrecoverable.podspec.json
blob05470a1e99b7ae3bc833e5c741471975674ca171
2   "name": "XCTAssertUnrecoverable",
3   "version": "1.0.0",
4   "summary": "Make it possible to test that universal error / logic failure occurs",
5   "description": "This library makes it possible to test that universal error / logic failure occurs, even if you use `fatalError`, `preconditionFailure` and so on.\nThis library provides just one function `XCTAssertUnrecoverable`.\n\n```swift\nimport XCTest\nimport XCTAssertUnrecoverable\n\nclass ExampleTests: XCTestCase {\n    func testExample() {\n        XCTAssertUnrecoverable {\n            // some program that will be crash.\n        }\n    }\n}\n```",
6   "homepage": "https://github.com/ukitaka/XCTAssertUnrecoverable.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ukitaka": "yuki.takahashi.1126@gmail.com"
13   },
14   "social_media_url": "",
15   "swift_version": "4.1",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/ukitaka/XCTAssertUnrecoverable.git",
23     "tag": "1.0.0"
24   },
25   "source_files": [
26     "Sources/XCTAssertUnrecoverable.swift",
27     "Dependencies/Fortify/Sources/Fortify.swift"
28   ],
29   "frameworks": "XCTest"