[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / d / e / AssertThrows / 0.1 / AssertThrows.podspec.json
blobcedf186a0ec1e1efa60e2bd03bea2ced6fba8558
2   "name": "AssertThrows",
3   "version": "0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": "Witold Skibniewski",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/mr-v/AssertThrows.git",
17     "tag": "0.1"
18   },
19   "source_files": "AssertThrows/AssertThrows.swift",
20   "frameworks": "XCTest",
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "NO"
23   }