blob: 12635c8f2cb89e8bbc14668dad9bc0d9352b0c10 [file] [log] [blame]
{
"name": "PWLocation",
"version": "3.8.6",
"summary": "PWLocation SDK for iOS",
"homepage": "http://phunware.github.io/maas-location-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-location-ios-sdk.git",
"tag": "v3.8.6"
},
"license": {
"type": "Copyright",
"text": "Copyright 2014 by Phunware Inc. All rights reserved."
},
"ios": {
"vendored_frameworks": "Framework/PWLocation.framework",
"dependencies": {
"MistSDK": [
"1.5.58"
],
"TMCache": [
],
"SSZipArchive": [
]
},
"libraries": "c++",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreBluetooth",
"CoreMotion",
"CoreLocation",
"MapKit"
]
},
"default_subspecs": "all-frameworks",
"libraries": [
"sqlite3",
"z",
"xml2.2"
],
"requires_arc": true,
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWCore": [
"~> 3.8.0"
]
}
},
{
"name": "NoAds",
"ios": {
"vendored_frameworks": "Framework/PWLocation.framework"
},
"dependencies": {
"PWCoreNoAds": [
"~> 3.8.0"
]
}
}
]
}