[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / f / CatchingFire / 0.1.0 / CatchingFire.podspec.json
blob0a53665d73139ade688c01dcb5d15b39053081c0
2   "name": "CatchingFire",
3   "version": "0.1.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.1.0"
15   },
16   "source_files": "src/CatchingFire.swift",
17   "pod_target_xcconfig": {
18     "FRAMEWORK_SEARCH_PATHS": "$(inherited) '$(PLATFORM_DIR)/Developer/Library/Frameworks'"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   }