Skip to content

Commit f548e3d

Browse files
author
Josh Holtz
committed
Update README.md
1 parent 225a099 commit f548e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sentry-swift
22

33
[![Travis](https://img.shields.io/travis/getsentry/sentry-swift.svg?maxAge=2592000)](https://travis-ci.org/getsentry/sentry-swift)
4-
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20OSX-333333.svg)
4+
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20tvOS%20%7C%20OSX-333333.svg)
55
![langauges](https://img.shields.io/badge/languages-Swift%20%7C%20ObjC-333333.svg)
66
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77

@@ -60,7 +60,7 @@ source 'https://github.com/CocoaPods/Specs.git'
6060
platform :ios, '8.0'
6161
use_frameworks!
6262

63-
pod 'SentrySwift', :git => '[email protected]:getsentry/sentry-swift.git', :branch => 'master'
63+
pod 'SentrySwift', :git => '[email protected]:getsentry/sentry-swift.git', :tag => '0.2.0'
6464
```
6565

6666
Then, run the following command:
@@ -83,7 +83,7 @@ $ brew install carthage
8383
To integrate SentrySwift into your Xcode project using Carthage, specify it in your `Cartfile`:
8484

8585
```ogdl
86-
github "getsentry/sentry-swift" "master"
86+
github "getsentry/sentry-swift" ~> 0.2
8787
```
8888

8989
Run `carthage update` to build the framework and drag the built `SentrySwift.framework` and `KSCrash.framework` into your Xcode project.

0 commit comments

Comments
 (0)