From 07288c8e00a5ad00b4506eea476a945e9ffc431c Mon Sep 17 00:00:00 2001 From: Gianluca Bertani Date: Sun, 18 Oct 2015 10:35:30 +0200 Subject: [PATCH] Fixed pod name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c52f5..e2ba8f2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Adding Objective-Zip to your project The library is distributed via CocoaPods, you can add a dependency in you pod file with the following line: -pod 'Objective-Zip', '~> 1.0' +pod 'objective-zip', '~> 1.0' You can then access Objective-Zip classes with the following import statement if you plan to use exception handling: