Skip to content

Commit

Permalink
Release-13062024
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tychinin authored and Pavel Tychinin committed Jun 13, 2024
1 parent 828fe3a commit 544dda7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
`navigine.framework` adheres to [Semantic Versioning](http://semver.org/).

## [2.5.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.1) / 2024-05-21
* Fixed camera behavior
* Improved navigation algorithms

## [2.5.0](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.0) / 2024-05-21
* Аixed crash in internal process
* Improved navigation algorithms
Expand Down
4 changes: 2 additions & 2 deletions Navigine.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'Navigine'
spec.version = '2.5.0'
spec.version = '2.5.1'
spec.license = { :type => 'Custom', :text => 'Navigine Licence'}
spec.summary = "iOS SDK for performing indoor navigation"
spec.platform = :ios, "13.0"
spec.frameworks = ["CoreFoundation", "CoreGraphics", "CoreLocation", "CoreText", "CoreBluetooth", "GLKit", "SystemConfiguration", "OpenGLES", "QuartzCore", "UIKit"]
spec.libraries = ["c++"]
spec.homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0'
spec.authors = { 'Pavel Tychinin' => '[email protected]' }
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.5.0' }
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.5.1' }
spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
spec.vendored_frameworks = 'Frameworks/Navigine.xcframework'
spec.preserve_paths = 'Frameworks/Navigine.xcframework'
Expand Down

0 comments on commit 544dda7

Please sign in to comment.