From a99a9083aac4c5eba1cd83291eb2e222df287f31 Mon Sep 17 00:00:00 2001 From: Paul Kraft Date: Thu, 5 May 2022 21:47:56 +0200 Subject: [PATCH] Set cocoapods version to 0.1.0 --- Map.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Map.podspec b/Map.podspec index d159d00..252c9db 100644 --- a/Map.podspec +++ b/Map.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'Map' - spec.version = '0.1.1' + spec.version = '0.1.0' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/pauljohanneskraft/Map' spec.authors = { 'Paul Kraft' => 'pauljohanneskraft@users.noreply.github.com' } @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.description = 'MKMapView wrapper for SwiftUI as drop-in to MapKit\'s SwiftUI view. Easily extensible annotations and overlays, iOS 13 support and backwards compatible with MKAnnotation and MKOverlay!' spec.source = { :git => -'https://github.com/pauljohanneskraft/Map.git', :tag => '0.1.1' } +'https://github.com/pauljohanneskraft/Map.git', :tag => '0.1.0' } spec.module_name = 'Map' spec.swift_version = '5.1'