File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# sentry-swift
2
2
3
3
[ ![ 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 )
5
5
![ langauges] ( https://img.shields.io/badge/languages-Swift%20%7C%20ObjC-333333.svg )
6
6
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
7
7
@@ -60,7 +60,7 @@ source 'https://github.com/CocoaPods/Specs.git'
60
60
platform :ios , ' 8.0'
61
61
use_frameworks!
62
62
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 '
64
64
```
65
65
66
66
Then, run the following command:
@@ -83,7 +83,7 @@ $ brew install carthage
83
83
To integrate SentrySwift into your Xcode project using Carthage, specify it in your ` Cartfile ` :
84
84
85
85
``` ogdl
86
- github "getsentry/sentry-swift" "master"
86
+ github "getsentry/sentry-swift" ~> 0.2
87
87
```
88
88
89
89
Run ` carthage update ` to build the framework and drag the built ` SentrySwift.framework ` and ` KSCrash.framework ` into your Xcode project.
You can’t perform that action at this time.
0 commit comments