-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roland Moers
authored and
Roland Moers
committed
Sep 9, 2017
1 parent
e1d606d
commit e6b310d
Showing
4 changed files
with
8 additions
and
4 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
Submodule RMActionController
updated
10 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "RMPickerViewController" | ||
s.version = "2.2.1" | ||
s.version = "2.3.0" | ||
s.platform = :ios, "8.0" | ||
s.summary = "This is an iOS control for selecting something using UIPickerView in a UIAlertController like fashion" | ||
s.description = "This framework allows you to pick something with a picker presented as an action sheet. In addition, it allows you to add actions arround the presented picker which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a UIPickerView and some UIActions attached." | ||
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s| | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Roland Moers" => "[email protected]" } | ||
|
||
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.2.1" } | ||
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.3.0" } | ||
s.source_files = 'RMPickerViewController/*.{h,m}' | ||
s.requires_arc = true | ||
|
||
|