diff --git a/README-OBJECTIVE-C.md b/README-OBJECTIVE-C.md index 19aecad..d6a95a7 100644 --- a/README-OBJECTIVE-C.md +++ b/README-OBJECTIVE-C.md @@ -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 '' do + pod 'FSPagerView' +end ``` ### Carthage diff --git a/README.md b/README.md index 6a70fe0..a2f3ffa 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,9 @@ pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8) ### Cocoapods ```ruby use_frameworks! -pod FSPagerView +target '' do + pod 'FSPagerView' +end ``` ### Carthage