Skip to content

Commit d80da08

Browse files
committed
carthage readme
1 parent e4fb815 commit d80da08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
2+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
3+
14
# Branch Metrics iOS SDK Reference
25

36
This is a repository of our open source iOS SDK, and the information presented here serves as a reference manual for our iOS SDK. See the table of contents below for a complete list of the content featured in this document.
@@ -23,6 +26,14 @@ Branch is available through [CocoaPods](http://cocoapods.org). To install it, si
2326
```objc
2427
pod "Branch"
2528
```
29+
### Carthage
30+
31+
To integrate Branch into your project using Carthage add the following to your `Cartfile`:
32+
33+
```ruby
34+
github "BranchMetrics/iOS-Deferred-Deep-Linking-SDK"
35+
```
36+
2637

2738
### Download the Raw Files
2839

0 commit comments

Comments
 (0)