2 "name": "CatchingFire",
4 "summary": "XCTest-style expecters to test Swift error-handling",
5 "description": "CatchingFire is a Swift test framework, which helps making expectations against the error\nhandling of your code. It integrates seamlessly with the expecters provided by `XCTest`.",
6 "homepage": "https://github.com/mrackwitz/CatchingFire",
7 "social_media_url": "https://twitter.com/mrackwitz",
9 "Marius Rackwitz": "git@mariusrackwitz.de"
11 "license": "MIT License",
13 "git": "https://github.com/mrackwitz/CatchingFire.git",
16 "source_files": "src/CatchingFire.swift",
17 "pod_target_xcconfig": {
18 "FRAMEWORK_SEARCH_PATHS": "$(inherited) '$(PLATFORM_DIR)/Developer/Library/Frameworks'"