Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shabib87 committed Aug 29, 2016
1 parent 45dd175 commit 4203871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The `SHViewPager` needs it's `datasource` and `delegate` protocols to be impleme

**Method 2**

1. Drag and drop a `UIViewController` to the Storyboard.
1. Drag and drop an `UIViewController` to the Storyboard.
2. Change the class to `SHViewPagerController`

Four `datasource` methods are required and others are optional.
Expand Down
2 changes: 1 addition & 1 deletion SHViewPager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A simple view pager for iOS. Compatible with iOS 8.0 or later, that imitates the
DESC

s.homepage = 'https://github.com/shabib87/SHViewPager'
s.screenshots = 'http://imgur.com/fZltUEB', 'http://imgur.com/eushIFq'
s.screenshots = 'https://github.com/shabib87/SHViewPager/blob/master/Images/SHViewPager_iphoneScreens.gif', 'https://github.com/shabib87/SHViewPager/blob/master/Images/SHViewPager_ipadScreens.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ahmad Shabibul Hossain' => '[email protected]' }
s.source = { :git => 'https://github.com/shabib87/SHViewPager.git', :tag => s.version.to_s }
Expand Down

0 comments on commit 4203871

Please sign in to comment.