Skip to content

Commit f7a03ac

Browse files
Pavel TychininPavel Tychinin
authored andcommitted
Release 20250521
1 parent 1b5dcb8 commit f7a03ac

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
`navigine.framework` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.5.6](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.6) / 2025-05-21
6+
* NCCircleMapObject renrerring
7+
* Fixed navigation algorighms
8+
59
## [2.5.5](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.5) / 2025-05-19
610
* NCCircleMapObject renrerring
711
* Fixed navigation algorighms
-264 Bytes
Binary file not shown.
Binary file not shown.

Navigine.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Navigine'
3-
spec.version = '2.5.5'
3+
spec.version = '2.5.6'
44
spec.license = { :type => 'Custom', :text => 'Navigine Licence'}
55
spec.summary = "iOS SDK for performing indoor navigation"
66
spec.platform = :ios, "13.0"
77
spec.frameworks = ["CoreFoundation", "CoreGraphics", "CoreLocation", "CoreText", "CoreBluetooth", "GLKit", "SystemConfiguration", "OpenGLES", "QuartzCore", "UIKit", "Metal"]
88
spec.libraries = ["c++"]
99
spec.homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0'
1010
spec.authors = { 'Pavel Tychinin' => 'p.tychinin@navigine.com' }
11-
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.5.5' }
11+
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.5.6' }
1212
spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
1313
spec.vendored_frameworks = 'Frameworks/Navigine.xcframework'
1414
spec.preserve_paths = 'Frameworks/Navigine.xcframework'

0 commit comments

Comments
 (0)