Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Oct 27, 2016
1 parent 4b563b3 commit d7552a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MXPagerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "MXPagerView"
s.version = "0.1.3"
s.version = "0.1.4"
s.summary = "Pager view with reusable page and storyboard support."

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 2 additions & 0 deletions MXPagerView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
9C1804881DA3A5E500D08F45 /* MXPagerView.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MXPagerView.podspec; sourceTree = SOURCE_ROOT; };
9C1804891DA3A5E500D08F45 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
9C18048A1DA3A63B00D08F45 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = SOURCE_ROOT; };
9C7903FD1DC21F3900149A7E /* MXPagerView.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = MXPagerView.png; path = "Example-swift/MXPagerView.png"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -220,6 +221,7 @@
9C1804871DA3A5E500D08F45 /* LICENSE */,
9C1804881DA3A5E500D08F45 /* MXPagerView.podspec */,
9C1804891DA3A5E500D08F45 /* README.md */,
9C7903FD1DC21F3900149A7E /* MXPagerView.png */,
);
name = Metadata;
path = MXPagerView;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The MXPagerView comes with a UIView category which exposed the reuse identifier

+ Using MXPagerViewController in storyboard is super easy:

![Demo](Example/MXPagerView.png)
![Demo](Example-swift/MXPagerView.png)

## Installation

Expand Down

0 comments on commit d7552a5

Please sign in to comment.