Skip to content

Commit

Permalink
Fix missing ViewPager.swift file issue
Browse files Browse the repository at this point in the history
- Update podspec version to 2.0.1
  • Loading branch information
nrlnishan committed Apr 14, 2019
1 parent 7dcbfa0 commit f15a33b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
An easy to use view pager library for iOS in Swift based on UIPageViewController and Scroll View along with multiple customization options and tap as well as swipe gesture for changing between pages.

## What's New
This release 2.0.0 provides support for swift 4.2 & onwards. Use previous releases if you want to support older versions of swift.
This release 2.0.1 provides support for swift 4.2 & onwards. Use previous releases if you want to support older versions of swift.

This release contains changes which are not compatible with previous releases. I have tried to minimize the changes as much as possible to support backward compatibility.

Expand All @@ -19,9 +19,9 @@ Changelog:
## Installation

>**NOTE:**
> Release 2.0.0 provides support for Swift 4.2 & onwards . If you are using older versions of Swift, use previous releases.
> Release 2.0.1 provides support for Swift 4.2 & onwards . If you are using older versions of Swift, use previous releases.
>
> This documentation is for Release 2.0.0. It slightly differs from previous releases. If you are looking for previous documentation, refer to **swift4.0** branch.
> This documentation is for Release 2.0.1. It slightly differs from previous releases. If you are looking for previous documentation, refer to **swift4.0** branch.
**Using Cocoapods**

Expand Down
2 changes: 1 addition & 1 deletion ViewPager-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ViewPager-Swift'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Simple View Pager library for swift using UIPageViewController and Scroll View.'

s.description = <<-DESC
Expand Down
File renamed without changes.

0 comments on commit f15a33b

Please sign in to comment.