forked from PageMenu/PageMenu
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/uacaps/PageMenu into obje…
…ctive_c
- Loading branch information
Showing
11 changed files
with
89 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "PageMenu" | ||
s.version = "1.2.3" | ||
s.version = "1.2.7" | ||
s.summary = "A paging menu controller built from other view controllers allowing the user to switch between any kind of view controller." | ||
s.homepage = "https://github.com/uacaps/PageMenu" | ||
s.license = { :type => 'UA', :file => 'LICENSE' } | ||
s.author = { "uacaps" => "[email protected]" } | ||
s.source = { :git => "https://github.com/uacaps/PageMenu.git", :tag => '1.2.3' } | ||
s.source = { :git => "https://github.com/uacaps/PageMenu.git", :tag => '1.2.7' } | ||
s.platform = :ios, '8.0' | ||
s.source_files = 'Classes/*' | ||
s.requires_arc = true | ||
|
Oops, something went wrong.