Update README.md

This commit is contained in:
WenchaoD 2017-04-21 08:38:47 +08:00
parent fa7b98e970
commit 6f1052874c
2 changed files with 6 additions and 2 deletions

View File

@ -243,7 +243,9 @@ Sets the path for page indicators to use for the specified state. (selected/norm
### Cocoapods
```ruby
use_frameworks!
pod FSPagerView
target '<Your Target Name>' do
pod 'FSPagerView'
end
```
### Carthage

View File

@ -250,7 +250,9 @@ pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8)
### Cocoapods
```ruby
use_frameworks!
pod FSPagerView
target '<Your Target Name>' do
pod 'FSPagerView'
end
```
### Carthage