Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated documenttion
  • Loading branch information
nitishmakhija authored Aug 26, 2017
1 parent 4f4ab36 commit 87b9a69
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ Drag drop Source folder in your project

# Pods

target 'MyApp' do
pod 'NMEasyTipView', '~> 1.0'
end
To integrate EasyTipView into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'NMEasyTipView', '~> 1.0'
```

Then, run the following command:

```bash
$ pod install
```

<a name="usage"> Usage </a>
--------------
Expand Down

0 comments on commit 87b9a69

Please sign in to comment.