File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed 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.0.7 '
3
+ spec . version = '2.1.0 '
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.0.7 ' }
9
+ spec . source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git' , :tag => 'v.2.1.0 ' }
10
10
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'
12
12
# 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'
15
15
spec . pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
16
16
spec . user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
17
17
spec . exclude_files = "Classes/Exclude"
You can’t perform that action at this time.
0 commit comments