Skip to content

Commit

Permalink
Set cocoapods version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed May 5, 2022
1 parent daa42c4 commit a99a908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Map.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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' => '[email protected]' }
spec.summary = 'More capable MKMapView wrapper for SwiftUI as drop-in to MapKit\'s SwiftUI view.'
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'

Expand Down

0 comments on commit a99a908

Please sign in to comment.