File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
` navigine.framework ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
9
## [ 2.3.0] ( https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.0 ) / 2023-05-23
6
10
* Improved indoor positioning algorithm
7
11
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'Navigine'
3
- spec . version = '2.3.0 '
3
+ spec . version = '2.3.1 '
4
4
spec . license = { :type => 'Custom' , :text => 'Navigine Licence' }
5
5
spec . summary = "iOS SDK for performing indoor navigation"
6
6
spec . platform = :ios , "11.0"
7
7
spec . homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0'
8
8
spec . authors = { 'Pavel Tychinin' => '[email protected] ' }
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 ' }
10
10
spec . documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
11
11
spec . vendored_frameworks = 'Frameworks/Navigine.framework'
12
12
# spec.vendored_libraries = 'Frameworks/navigine.framework/Navigine'
You can’t perform that action at this time.
0 commit comments