diff --git a/README.md b/README.md index e63dc5d..554fcd6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you want to run the demo project you first need to run `pod install` to insta ## Installation (CocoaPods) ```ruby platform :ios, '8.0' -pod "RMPickerViewController", "~> 2.0.2" +pod "RMPickerViewController", "~> 2.0.3" ``` ## Usage diff --git a/RMPickerViewController.podspec b/RMPickerViewController.podspec index dfbdeef..104c66f 100644 --- a/RMPickerViewController.podspec +++ b/RMPickerViewController.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "RMPickerViewController" s.platform = :ios, "8.0" - s.version = "2.0.2" + s.version = "2.0.3" s.summary = "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion" s.homepage = "https://github.com/CooperRS/RMPickerViewController" 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" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Roland Moers" => "rm@cooperrs.de" } - s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.2" } + s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.3" } s.source_files = 'RMPickerViewController/*' s.requires_arc = true