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 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'
6060platform :ios , ' 8.0'
6161use_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
6666Then, run the following command:
@@ -83,7 +83,7 @@ $ brew install carthage
8383To 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
8989Run ` 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