We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432efbc commit 16fb222Copy full SHA for 16fb222
README.md
@@ -21,6 +21,22 @@ Then, run the following command:
21
$ pod install
22
```
23
24
+### Carthage
25
+
26
+To integrate Instabug into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), add it to your `Cartfile`:
27
28
+```
29
+binary "https://raw.githubusercontent.com/Instabug/Instabug-iOS/master/Carthage.json"
30
31
32
+Then, run the following command:
33
34
+```bash
35
+$ carthage update
36
37
38
+Then drag Instabug.framework into your Xcode project.
39
40
### Manually
41
42
1. [Download the Instabug SDK](https://s3.amazonaws.com/instabug-pro/sdk_releases/Instabug.zip)
0 commit comments