Skip to content

Commit b7775f3

Browse files
committed
Updated to version 1.4.1
1 parent 9d9f487 commit b7775f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is an iOS control for selecting something using UIPickerView in a UIActionS
1616
###CocoaPods
1717
```ruby
1818
platform :ios, '8.0'
19-
pod "RMPickerViewController", "~> 1.4.0"
19+
pod "RMPickerViewController", "~> 1.4.1"
2020
```
2121

2222
###Manual

RMPickerViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "RMPickerViewController"
3-
s.version = "1.4.0"
3+
s.version = "1.4.1"
44
s.summary = "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion"
55
s.homepage = "https://github.com/CooperRS/RMPickerViewController"
66
s.screenshots = "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen1.png", "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen2.png", "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen3.png"
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.author = { "Roland Moers" => "rm@cooperrs.de" }
9-
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "1.4.0" }
9+
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "1.4.1" }
1010
s.source_files = 'RMPickerViewController/*'
1111
s.platform = :ios, '8.0'
1212
s.requires_arc = true

0 commit comments

Comments
 (0)