-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWhirlyGlobe.podspec
More file actions
44 lines (38 loc) · 1.78 KB
/
WhirlyGlobe.podspec
File metadata and controls
44 lines (38 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ******************************************************************************
#
# IMPORTANT:
#
# This podspec is intended to be used for the toolkit's nightly build
# distribution. It isn't uploaded to official Cocoapods repository, so you have
# to use as follows:
#
# pod 'WhirlyGlobe', :http => 'URL_TO_NIGHTLY_BUILD.zip'
#
# For more information about the nightly builds, go to:
# http://mousebird.github.io/WhirlyGlobe/builds/builds.html
#
# ******************************************************************************
Pod::Spec.new do |s|
s.name = "WhirlyGlobe"
s.version = "2.6.0-nightly544"
s.summary = "WhirlyGlobe-Maply: Geospatial visualization for iOS and Android."
s.description = "Consult the project's home page at http://mousebird.github.io/WhirlyGlobe"
s.homepage = "http://mousebird.github.io/WhirlyGlobe/builds/builds.html"
s.screenshots = "http://mousebird.github.io/WhirlyGlobe/images/carousel/home/mapandglobe.jpg", "http://mousebird.github.io/WhirlyGlobe/images/carousel/home/mtrainier.jpg"
s.license = 'Apache 2.0'
s.author = { "Steve Gifford" => "contact@mousebirdconsulting.com" }
s.social_media_url = 'https://twitter.com/@mousebirdc'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source = {
:path => "./"
}
s.frameworks = 'CoreLocation'
s.vendored_frameworks = 'WhirlyGlobeMaplyComponent.framework'
s.xcconfig = {
'USER_HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/WhirlyGlobe/WhirlyGlobeMaplyComponent.framework/Headers/',
'LIBRARY_SEARCH_PATHS' => '$(SRCROOT)/Pods/**',
'SWIFT_OBJC_BRIDGING_HEADER' => "${PODS_ROOT}/WhirlyGlobe/WhirlyGlobeMaplyComponent.framework/Headers/MaplyBridge.h"
}
s.library = 'z', 'c++', 'xml2', 'sqlite3'
end