Skip to content

Commit 55791a9

Browse files
authored
Update README.md
1 parent 6ccc7ec commit 55791a9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Thus far, I have worked on porting the spherical-earth model, which provides sim
3333

3434
## Getting Started
3535

36-
GreatCircle should be used via [Carthage dependency manager](https://github.com/Carthage/Carthage). (Why no Cocoapod? I've switched my work to Carthage. [Here's why.](https://github.com/Carthage/Carthage#differences-between-carthage-and-cocoapods))
36+
GreatCircle can be used via [Carthage dependency manager](https://github.com/Carthage/Carthage) or as a [CocoaPod](https://cocoapods.org/pods/GreatCircle).
37+
38+
### Carthage
3739

3840
#### Add GreatCircle to your Cartfile
3941

@@ -55,6 +57,17 @@ Add a run script that uses the ```carthage copy-frameworks``` command to copy th
5557

5658
<img src="Documentation/RunScript.png" alt="Run Script" height="400"/>
5759

60+
### CocoaPod
61+
62+
```
63+
pod 'GreatCircle'
64+
```
65+
66+
And install it using:
67+
```
68+
pod install
69+
```
70+
5871
## Documentation
5972

6073
*Extension Methods*

0 commit comments

Comments
 (0)