From 4a9d150c1757fe7bac1c925e3cd93be7b5c23b44 Mon Sep 17 00:00:00 2001 From: Levey Date: Wed, 4 Sep 2019 23:23:51 +0800 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)