Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
A podfile integration is described
  • Loading branch information
artemstepanenko committed Oct 6, 2014
1 parent 0a421ba commit 3ec4872
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ This approach allows users to move forward by dragging, but all the controllers
## Integration
All you need is CrossNavigation directory. Just copy it to your project and import "CNViewController.h" or "CNViewController_Storyboard.h" (if you're going to use storyboard part of the functionality, as well), nothing else.
(CocoaPod is comming soon...)
## Podfile
```
platform :ios, '7.0'
pod "CrossNavigation"
```
## Requirements
Expand Down

0 comments on commit 3ec4872

Please sign in to comment.