diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a5b2f..9174bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15. -### [4.6.0] 2024-10-03 +### [4.6.1] 2024-10-15 + +#### Fixed + +* The MapsIndoorsGoogleMaps CocoaPod now correctly specifies Google Maps as a static framework dependency. + +### [4.6.0] 2024-10-04 #### Added diff --git a/MapsIndoors.podspec b/MapsIndoors.podspec index 57fc292..b611433 100644 --- a/MapsIndoors.podspec +++ b/MapsIndoors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoors" - s.version = '4.6.1' + s.version = '4.6.2' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsCodable.podspec b/MapsIndoorsCodable.podspec index b91d86b..bc0a17b 100644 --- a/MapsIndoorsCodable.podspec +++ b/MapsIndoorsCodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsCodable" - s.version = '4.6.1' + s.version = '4.6.2' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsCore.podspec b/MapsIndoorsCore.podspec index a99ba79..cc4da76 100644 --- a/MapsIndoorsCore.podspec +++ b/MapsIndoorsCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsCore" - s.version = '4.6.1' + s.version = '4.6.2' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsGoogleMaps.podspec b/MapsIndoorsGoogleMaps.podspec index 61111a1..50df866 100644 --- a/MapsIndoorsGoogleMaps.podspec +++ b/MapsIndoorsGoogleMaps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsGoogleMaps" - s.version = '4.6.1' + s.version = '4.6.2' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsMapbox.podspec b/MapsIndoorsMapbox.podspec index 44ef875..4386648 100644 --- a/MapsIndoorsMapbox.podspec +++ b/MapsIndoorsMapbox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsMapbox" - s.version = '4.6.1' + s.version = '4.6.2' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsMapbox11.podspec b/MapsIndoorsMapbox11.podspec index b088797..14aa934 100644 --- a/MapsIndoorsMapbox11.podspec +++ b/MapsIndoorsMapbox11.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsMapbox11" - s.version = '4.6.1' + s.version = '4.6.2' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."