-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhunwareMapping.podspec
More file actions
20 lines (19 loc) · 1.08 KB
/
PhunwareMapping.podspec
File metadata and controls
20 lines (19 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |spec|
spec.name = 'PhunwareMapping'
spec.version = '1.9.5'
spec.summary = 'A Phunware module that provides mapping and routing functionalities.'
spec.homepage = 'https://www.phunware.com'
spec.license = { :type => 'Copyright', :text => 'Copyright 2009-present Phunware, Inc. All rights reserved.' }
spec.author = { 'Phunware, Inc.' => 'https://www.phunware.com' }
spec.social_media_url = 'https://twitter.com/Phunware'
spec.platform = :ios, '15.5'
spec.source = { :git => 'https://github.com/phunware/maas-mapping-module-ios.git', :tag => spec.version.to_s }
spec.vendored_frameworks = 'Frameworks/PhunwareMapping.xcframework'
spec.framework = 'UIKit'
spec.cocoapods_version = '>= 1.15.2'
spec.dependency 'PhunwareFoundation', '~> 1.1.0'
spec.dependency 'PhunwareNetworking', '~> 1.3.0'
spec.dependency 'PhunwareTheming', '~> 1.1.0'
spec.dependency 'PhunwarePermissionPriming/Location', '~> 1.5.0'
spec.dependency 'PWMapKit', '~> 3.16.2'
end