This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Showing
12 changed files
with
23 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "MapsIndoors" | ||
s.version = "3.50.1" | ||
s.version = "3.50.2" | ||
s.summary = "Library making the MapsIndoors experience available to your iOS users." | ||
s.description = "The MapsIndoors SDK is the idea of integrating 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'." | ||
|
||
|
@@ -17,9 +17,10 @@ Pod::Spec.new do |s| | |
s.license = { type: 'Commercial', text: "Copyright 2016-#{Time.now.year} by MapsPeople A/S" } | ||
s.author = { "MapsPeople" => "[email protected]" } | ||
s.source = { http: "https://github.com/MapsIndoors/MapsIndoorsIOS/releases/download/#{s.version.to_s}/MapsIndoors.xcframework.zip" } | ||
s.changelog = "https://github.com/MapsIndoors/MapsIndoorsIOS/blob/master/CHANGELOG.md" | ||
|
||
s.platform = :ios, "10.0" | ||
s.ios.deployment_target = '10.0' | ||
s.platform = :ios, "11.0" | ||
s.ios.deployment_target = '11.0' | ||
|
||
s.dependency 'GoogleMaps', '4.2.0' | ||
|
||
|
Binary file not shown.
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
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
Binary file modified
BIN
+0 Bytes
(100%)
MapsIndoors.xcframework/ios-arm64/MapsIndoors.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(100%)
MapsIndoors.xcframework/ios-arm64/MapsIndoors.framework/MapsIndoors
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
MapsIndoors.xcframework/ios-x86_64-simulator/MapsIndoors.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
MapsIndoors.xcframework/ios-x86_64-simulator/MapsIndoors.framework/MapsIndoors
Binary file not shown.
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