Skip to content

Commit 30e52e0

Browse files
committed
update Navigine SDK
1 parent a1569ca commit 30e52e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Navigine.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Navigine'
3-
spec.version = '2.0.7'
3+
spec.version = '2.1.0'
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' => '[email protected]' }
9-
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.0.7' }
9+
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.1.0' }
1010
spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
11-
spec.vendored_frameworks = 'Frameworks/navigine.framework'
11+
spec.vendored_frameworks = 'Frameworks/Navigine.framework'
1212
# spec.vendored_libraries = 'Frameworks/navigine.framework/Navigine'
13-
spec.public_header_files = 'Frameworks/navigine.framework/Headers/*.h'
14-
spec.source_files = 'Frameworks/navigine.framework/Headers'
13+
spec.public_header_files = 'Frameworks/Navigine.framework/Headers/*.h'
14+
spec.source_files = 'Frameworks/Navigine.framework/Headers'
1515
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
1616
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
1717
spec.exclude_files = "Classes/Exclude"

0 commit comments

Comments
 (0)