From 48f9815ced4f402344ed54e1a467351ab26a2b55 Mon Sep 17 00:00:00 2001 From: CooperRS Date: Mon, 31 Oct 2016 14:59:37 +0100 Subject: [PATCH] Bump version to 2.1.0 --- README.md | 2 +- RMDateSelectionViewController.podspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d6b4f7..15b88d5 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.3" +pod "RMDateSelectionViewController", "~> 2.1.0" ``` ## Usage diff --git a/RMDateSelectionViewController.podspec b/RMDateSelectionViewController.podspec index 68bbbc3..2a29a68 100644 --- a/RMDateSelectionViewController.podspec +++ b/RMDateSelectionViewController.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = "RMDateSelectionViewController" s.platform = :ios, "8.0" - s.version = "2.0.3" + s.version = "2.1.0" 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.3" } + s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.1.0" } s.source_files = 'RMDateSelectionViewController/*' s.requires_arc = true - s.dependency 'RMActionController', '~> 1.0.5' + s.dependency 'RMActionController', '~> 1.1.0' end