-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNavigine.podspec
17 lines (17 loc) · 1.01 KB
/
Navigine.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = 'Navigine'
spec.version = '1.0.27'
spec.license = 'MIT'
spec.summary = "iOS SDK for performing indoor navigation"
spec.platform = :ios, "8.0"
spec.homepage = 'https://github.com/Navigine/navigine_ios_framework'
spec.authors = { 'Pavel Tychinin' => 'p.tychinin@navigine.com' }
spec.source = { :git => 'https://github.com/Navigine/navigine_ios_framework.git', :tag => 'v.1.0.27' }
spec.documentation_url = 'https://github.com/Navigine/navigine_ios_framework/wiki/Getting-Started'
spec.vendored_frameworks = 'Navigine Framework/Navigine.framework'
# spec.vendored_libraries = 'Navigine Framework/Navigine.framework/Navigine'
spec.public_header_files = 'Navigine Framework/Navigine.framework/Headers/*.h'
spec.source_files = 'Navigine Framework/Navigine.framework/Headers'
spec.exclude_files = "Classes/Exclude"
spec.requires_arc = true
end