-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67cb908
commit daa42c4
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
Pod::Spec.new do |spec| | ||
|
||
spec.name = 'Map' | ||
spec.version = '0.1.0' | ||
spec.version = '0.1.1' | ||
spec.license = { :type => 'MIT' } | ||
spec.homepage = 'https://github.com/pauljohanneskraft/Map' | ||
spec.authors = { 'Paul Kraft' => '[email protected]' } | ||
spec.summary = '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', :tag => '0.1.0' } | ||
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' } | ||
spec.module_name = 'Map' | ||
spec.swift_version = '5.1' | ||
|
||
|