From 47445fcca051219a88fb53592c13fe45b9a1b05b Mon Sep 17 00:00:00 2001 From: CooperRS Date: Sun, 8 Nov 2015 17:27:44 +0100 Subject: [PATCH] Updates podspec to version 2.0.2 --- README.md | 2 +- RMDateSelectionViewController.podspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58512ad..6edb452 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.1" +pod "RMDateSelectionViewController", "~> 2.0.2" ``` ## Usage diff --git a/RMDateSelectionViewController.podspec b/RMDateSelectionViewController.podspec index fa82959..aa6bc40 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.1" + s.version = "2.0.2" 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.1" } + s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.0.2" } s.source_files = 'RMDateSelectionViewController/*' s.requires_arc = true - s.dependency 'RMActionController', '~> 1.0.0' + s.dependency 'RMActionController', '~> 1.0.5' end