blob: 304600ba1bb4a1b4060655f303609a1c38e26d80 [file] [log] [blame]
{
"name": "PWMapKit",
"version": "3.10.0",
"summary": "Phunware's Mapping SDK for use with its Multiscreen-as-a-Service platform",
"homepage": "http://phunware.github.io/maas-mapping-ios-sdk/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/phunware/maas-mapping-ios-sdk.git",
"tag": "v3.10.0"
},
"license": {
"type": "Copyright",
"text": "Copyright 2009-present Phunware Inc. All rights reserved."
},
"ios": {
"vendored_frameworks": "Frameworks/PWMapKit.xcframework",
"frameworks": [
"Security",
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreLocation",
"MapKit"
]
},
"default_subspecs": "all-frameworks",
"requires_arc": true,
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWLocation": [
"~> 3.9.0"
]
}
}
]
}