2 "name": "AssertThrows",
4 "summary": "Custom assertions for asserting throwing functions in Swift 2.x.",
5 "description": "Fixes XCTest's missing support for testing error handling in Swift 2.x. Custom assertions enable following throwing function assertions:\n1. Throws error.\n2. Throws specific ErrorType implementer.\n3. Throws specific case of ErrorType implementer.*",
6 "homepage": "https://github.com/mr-v/AssertThrows",
11 "authors": "Witold Skibniewski",
16 "git": "https://github.com/mr-v/AssertThrows.git",
19 "source_files": "AssertThrows/AssertThrows.swift",
20 "frameworks": "XCTest",
21 "pod_target_xcconfig": {
22 "ENABLE_BITCODE": "NO"