File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33` navigine.framework ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 2.3.1] ( https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.1 ) / 2023-06-15
6+ * Improved indoor positioning algorithm
7+ * Added shove gesture support
8+
59## [ 2.3.0] ( https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.0 ) / 2023-05-23
610* Improved indoor positioning algorithm
711
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Navigine'
3- spec . version = '2.3.0 '
3+ spec . version = '2.3.1 '
44 spec . license = { :type => 'Custom' , :text => 'Navigine Licence' }
55 spec . summary = "iOS SDK for performing indoor navigation"
66 spec . platform = :ios , "11.0"
77 spec . homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0'
88 spec . authors = { 'Pavel Tychinin' => 'p.tychinin@navigine.com' }
9- spec . source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git' , :tag => 'v.2.3.0 ' }
9+ spec . source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git' , :tag => 'v.2.3.1 ' }
1010 spec . documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
1111 spec . vendored_frameworks = 'Frameworks/Navigine.framework'
1212# spec.vendored_libraries = 'Frameworks/navigine.framework/Navigine'
You can’t perform that action at this time.
0 commit comments