[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / 2 / 5 / f / CatchingFire / 0.2.0 / CatchingFire.podspec.json
blob2b292c3cf148d42eb9f05a8d17d746bb5454b770
2   "name": "CatchingFire",
3   "version": "0.2.0",
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",
8   "authors": {
9     "Marius Rackwitz": "git@mariusrackwitz.de"
10   },
11   "license": "MIT License",
12   "source": {
13     "git": "https://github.com/mrackwitz/CatchingFire.git",
14     "tag": "0.2.0"
15   },
16   "source_files": "src/CatchingFire.swift",
17   "frameworks": "XCTest",
18   "pod_target_xcconfig": {
19     "FRAMEWORK_SEARCH_PATHS": "$(inherited) '$(PLATFORM_DIR)/Developer/Library/Frameworks'"
20   },
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9"
24   }