Skip to content

Commit 7ad9dc5

Browse files
authored
Add Carthage install instructions
1 parent 5fe59ac commit 7ad9dc5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ An extension to make serializing [Alamofire](https://github.com/Alamofire/Alamof
99

1010
## Install
1111

12+
CocoaPods:
1213
```ruby
1314
pod 'Alamofire-SwiftyJSON'
1415
```
1516

17+
Carthage:
18+
```
19+
github "SwiftyJSON/Alamofire-SwiftyJSON" "master"
20+
```
21+
1622
## Usage
1723

1824
```swift

0 commit comments

Comments
 (0)