diff --git a/README.md b/README.md index a402811..00d601f 100644 --- a/README.md +++ b/README.md @@ -164,10 +164,16 @@ The compiled AsyncNetwork Framework can be directly imported into your project: ### CocoaPods -Add this to your podfile: +Add this to your Podfile: pod 'AsyncNetwork' +### Carthage + +Add this to your Cartfile: + + github "levey/async-network" ~> 1.1 + ## License (MIT)