From 0cdab125a86a181b1ee845aa9b58fd595d5af785 Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Fri, 11 Jul 2014 13:50:52 -0500 Subject: [PATCH] added pod info to Install section Install section says nothing about it being a Pod. Pod is much preferable to copying the directory. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f8c4b..9f5304b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ The easiest way to use BSKeyboardControls is to copy the files in `BSKeyboardCon 1. In Finder, navigate to your `BSKeyboardControls` directory 2. Drag the complete directory into Xcode +*OR* + +1. Add `pod 'BSKeyboardControls', '~> 2.2'` to your `Podfile` + Usage ==================== @@ -70,4 +74,4 @@ Next you set up the `- (void)textViewDidBeginEditing:` method of the `UITextView [self.keyboardControls setActiveField:textView]; } -Now you are ready to use BSKeyboardControls. For more information on how to use BSKeyboardControls, please see `Example.xcodeproj`. \ No newline at end of file +Now you are ready to use BSKeyboardControls. For more information on how to use BSKeyboardControls, please see `Example.xcodeproj`.