Skip to content

Commit 5cea5d1

Browse files
committed
hotfix interface inheritance
1 parent 0e6164d commit 5cea5d1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.0.2](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.0.2) / 2021-11-14
6+
* Hotfix with ObjC reflection with interface inheritance
7+
58
## [2.0.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.0.1) / 2021-11-14
69
* Add function pickMapObjectAt(x, y)
710
* Add function getDeviceid()
80.1 KB
Binary file not shown.

Navigine.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Navigine'
3-
spec.version = '2.0.1'
3+
spec.version = '2.0.2'
44
spec.license = { :type => 'Custom', :text => 'Navigine Licence'}
55
spec.summary = "iOS SDK for performing indoor navigation"
66
spec.platform = :ios, "9.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.0.1' }
9+
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.0.2' }
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'
16.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)