You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,23 @@ pod try "DeepLinkKit"
29
29
30
30
## Installation
31
31
32
+
### CocoaPods
32
33
DeepLinkKit is available through [CocoaPods](http://cocoapods.org). To install
33
34
the library, simply add the following line to your Podfile:
35
+
34
36
```ruby
35
37
pod "DeepLinkKit"
36
38
```
37
39
38
-
If you don't use CocoaPods, you can include all of the source files from the [DeepLinkKit directory](https://github.com/button/DeepLinkKit/tree/master/DeepLinkKit) in your project.
40
+
### Carthage
41
+
To install via Carthage, add the following line to your `Cartfile`:
42
+
43
+
```text
44
+
github "button/DeepLinkKit"
45
+
```
46
+
47
+
### Other
48
+
If you don't use CocoaPods or Carthage, you can include all of the source files from the [DeepLinkKit directory](https://github.com/button/DeepLinkKit/tree/master/DeepLinkKit) in your project.
39
49
40
50
## Usage
41
51
Add deep link support to your app in 5 minutes or less following these simple steps.
0 commit comments