From 4a3f5d8ef968438f9e3c71eecb27c53530c86248 Mon Sep 17 00:00:00 2001 From: Anton Shebukov Date: Fri, 22 Mar 2019 15:52:56 +0100 Subject: [PATCH] Update CMMapLauncher.podspec --- CMMapLauncher.podspec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CMMapLauncher.podspec b/CMMapLauncher.podspec index bf1aad9..8659998 100644 --- a/CMMapLauncher.podspec +++ b/CMMapLauncher.podspec @@ -1,13 +1,13 @@ -Pod::Spec.new do |s| - s.name = "CMMapLauncher" - s.version = "1.1.0" - s.summary = "CMMapLauncher is a mini-library for iOS that makes it quick and easy to show directions in various mapping applications." - s.homepage = "https://github.com/shebuka/CMMapLauncher" - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = 'Citymapper' - s.platform = :ios - s.source = { :git => "https://github.com/shebuka/CMMapLauncher.git", :tag => "1.1.0" } - s.source_files = 'CMMapLauncher' - s.framework = 'MapKit' - s.requires_arc = true +Pod::Spec.new do |spec| + spec.name = "CMMapLauncher" + spec.version = "2.0.0" + spec.summary = "CMMapLauncher is a mini-library for iOS that makes it quick and easy to show directions in various mapping applications." + spec.homepage = "https://github.com/Shebuka/CMMapLauncher" + spec.license = { :type => 'MIT', :file => 'LICENSE' } + spec.authors = { 'Citymapper', 'Shebuka' => 'shebuka@hotmail.com' } + spec.platform = :ios + spec.source = { :git => "https://github.com/shebuka/CMMapLauncher.git", :tag => "2.0.0" } + spec.source_files = 'CMMapLauncher.{h,m}' + spec.framework = 'MapKit' + spec.requires_arc = true end