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
@@ -15,6 +16,25 @@ http://ip-api.com Geolocation API client written in Swift.
15
16
16
17
## Installation
17
18
19
+
### Carthage
20
+
21
+
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
22
+
23
+
You can install Carthage with [Homebrew](http://brew.sh/) using the following command:
24
+
25
+
```bash
26
+
$ brew update
27
+
$ brew install carthage
28
+
```
29
+
30
+
To integrate IPAPI into your Xcode project using Carthage, specify it in your `Cartfile`:
31
+
32
+
```ogdl
33
+
github "arturgrigor/IPAPI" ~> 1.1
34
+
```
35
+
36
+
Run `carthage update` to build the framework and drag the built `IPAPI.framework` into your Xcode project.
37
+
18
38
### CocoaPods
19
39
20
40
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
0 commit comments