Skip to content

Commit

Permalink
Add Carthage compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrtobolski committed Mar 22, 2017
1 parent a23b88e commit 32e122f
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
osx_image: xcode8.2
osx_image: xcode8.1
language: objective-c
script:
- set -o pipefail && xcodebuild test -workspace Example/SwiftyInvocation.xcworkspace -scheme SwiftyInvocation-Example -sdk iphonesimulator10.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/SwiftyInvocation.xcworkspace -scheme SwiftyInvocation-Example -sdk iphonesimulator10.1 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# SwiftyInvocation

[![CI Status](http://img.shields.io/travis/piotr-tobolski/SwiftyInvocation.svg?style=flat)](https://travis-ci.org/piotr-tobolski/SwiftyInvocation)
[![Version](https://img.shields.io/cocoapods/v/SwiftyInvocation.svg?style=flat)](http://cocoapods.org/pods/SwiftyInvocation)
[![License](https://img.shields.io/cocoapods/l/SwiftyInvocation.svg?style=flat)](http://cocoapods.org/pods/SwiftyInvocation)
[![Platform](https://img.shields.io/cocoapods/p/SwiftyInvocation.svg?style=flat)](http://cocoapods.org/pods/SwiftyInvocation)

[![CocoaPods compatible](https://img.shields.io/cocoapods/v/SwiftyInvocation.svg)](https://cocoapods.org/pods/SwiftyInvocation)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Twitter](https://img.shields.io/badge/twitter-@piotrtobolski-blue.svg?style=flat)](http://twitter.com/piotrtobolski)
[![Version](https://img.shields.io/cocoapods/v/SwiftyInvocation.svg?style=flat)](https://cocoapods.org/pods/SwiftyInvocation)
[![License](https://img.shields.io/cocoapods/l/SwiftyInvocation.svg?style=flat)](https://cocoapods.org/pods/SwiftyInvocation)
[![Platform](https://img.shields.io/cocoapods/p/SwiftyInvocation.svg?style=flat)](https://cocoapods.org/pods/SwiftyInvocation)

Have you ever dreamed about using NSInvocation from Swift code?
You hate Apple for the NS_SWIFT_UNAVAILABLE macro?
Expand Down Expand Up @@ -50,6 +52,11 @@ it, simply add the following line to your Podfile:
pod "SwiftyInvocation"
```

It is also available through [Carthage](https://github.com/Carthage/Carthage):
```ruby
github "piotr-tobolski/SwiftyInvocation" ~> 0.1.0
```

## Author

Piotr Tobolski, piotr.tobolski@me.com
Expand Down

0 comments on commit 32e122f

Please sign in to comment.