From 4235c5f4dab1aa781968c1993c9f1186f8480653 Mon Sep 17 00:00:00 2001 From: CooperRS Date: Mon, 9 Nov 2015 16:19:06 +0100 Subject: [PATCH] Bumps to version 2.0.3 --- README.md | 2 +- RMDateSelectionViewController.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6edb452..a2f44f1 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 "RMDateSelectionViewController", "~> 2.0.2" +pod "RMDateSelectionViewController", "~> 2.0.3" ``` ## Usage diff --git a/RMDateSelectionViewController.podspec b/RMDateSelectionViewController.podspec index aa6bc40..68bbbc3 100644 --- a/RMDateSelectionViewController.podspec +++ b/RMDateSelectionViewController.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "RMDateSelectionViewController" s.platform = :ios, "8.0" - s.version = "2.0.2" + s.version = "2.0.3" s.summary = "This is an iOS control for selecting a date using UIDatePicker in a UIActionSheet like fashion" s.homepage = "https://github.com/CooperRS/RMDateSelectionViewController" s.screenshots = "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait.png", "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Landscape.png", "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait-Black.png" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Roland Moers" => "rm@cooperrs.de" } - s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.0.2" } + s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.0.3" } s.source_files = 'RMDateSelectionViewController/*' s.requires_arc = true