Skip to content

Commit

Permalink
Adds Carthage and Travis badges
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWellington committed Sep 17, 2016
1 parent 0e9d6b6 commit 50e65a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

[<img src="http://brand.redroma.tech/Logos/RedRoma-Logo%402x.png" width="300">](http://RedRoma.tech)

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/RedRoma/SwiftExceptionCatcher.svg?branch=develop)](https://travis-ci.org/RedRoma/SwiftExceptionCatcher)
---


`SwiftExceptionCatcher` allows Swift Code to catch exceptions thrown from Objective-C code.

This is useful when using Thrift libraries, where it is perfectly normal for code to throw `NSException` types.


# Carthage

# Cocoapods
```xml
pod 'SwiftExceptionCatcher', :git => 'https://github.com/RedRoma/SwiftExceptionCatcher.git'
Expand Down

0 comments on commit 50e65a9

Please sign in to comment.