File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |m |
22
3- maps_version = '11.11.0'
4-
53 m . name = 'MapboxMaps'
6- m . version = maps_version
4+ m . version = '11.11.0-SNAPSHOT-03-31--04-29.git-18d75be'
75
86 m . summary = 'Vector map solution for iOS with full styling capabilities.'
97 m . description = 'Metal-based vector map solution for iOS with full styling capabilities.'
@@ -13,7 +11,7 @@ Pod::Spec.new do |m|
1311 m . social_media_url = 'https://twitter.com/mapbox'
1412 m . documentation_url = 'https://docs.mapbox.com/ios/maps/api-reference/'
1513
16- m . source = { :git => 'https://github.com/mapbox/mapbox-maps-ios.git' , :tag => "v#{ maps_version } " }
14+ m . source = { :git => 'https://github.com/mapbox/mapbox-maps-ios.git' , :tag => "v#{ m . version . to_s } " }
1715 m . platform = :ios
1816 m . ios . deployment_target = '14.0'
1917 m . swift_version = '5.9'
You can’t perform that action at this time.
0 commit comments