Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
New:
- Make it easy to go to a page programmatically
- Updated license
  • Loading branch information
dmzza committed Oct 16, 2015
1 parent 08e0e23 commit 0259bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MSPageViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MSPageViewController"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "Create UIPageViewControllers using storyboards."
s.homepage = "https://github.com/mindsnacks/MSPageViewController"

Expand All @@ -12,4 +12,4 @@ Pod::Spec.new do |s|
s.source_files = 'MSPageViewController/Source/*.{h,m}'
s.requires_arc = true
s.ios.frameworks = 'UIKit', 'QuartzCore'
end
end

0 comments on commit 0259bc2

Please sign in to comment.