File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::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' => 'p.tychinin@navigine.com' }
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"
You can’t perform that action at this time.
0 commit comments