Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chanonly123 committed Jun 2, 2017
1 parent 0150191 commit aa1c541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Automatic Keyboard handling with ease. It is fully automatic keyboard handling.
## Features
- UIViewController extension, no need to extend classes.
- Device rotation supported.
- Multiple UIViewController support.
- Extremely easy integration.
- Automatic bottom constraints changes with keyboard
- Resizing with animation.
Expand Down Expand Up @@ -38,7 +39,7 @@ To integrate AutoKeyboard into your Xcode project using CocoaPods, specify it in
```bash
platform :ios, '8.0'
use_frameworks!
pod 'AutoKeyboard', '1.0.1'
pod 'AutoKeyboard'
```
And `import AutoKeyboard`
### Carthage
Expand Down

0 comments on commit aa1c541

Please sign in to comment.