Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
added pod info to Install section
Browse files Browse the repository at this point in the history
Install section says nothing about it being a Pod.  Pod is much preferable to copying the directory.
  • Loading branch information
GantMan committed Jul 11, 2014
1 parent 0a2809b commit 0cdab12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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
====================

Expand Down Expand Up @@ -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`.
Now you are ready to use BSKeyboardControls. For more information on how to use BSKeyboardControls, please see `Example.xcodeproj`.

0 comments on commit 0cdab12

Please sign in to comment.