blob: 6284a1fd246859c84b05f8453f8e28ece32e9162 [file] [log] [blame]
{
"name": "PWLocationBeta",
"version": "4.0.0.35",
"license": "MIT",
"summary": "Phunware PWLocation SDK (BETA)",
"homepage": "https://github.com/phunware/beta-ios",
"authors": {
"Phunware": "info@phunware.com"
},
"source": {
"git": "https://github.com/phunware/beta-ios.git",
"tag": "PWLocation-4.0.0.35"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"ios": {
"vendored_frameworks": "Framework/PWLocation.framework",
"dependencies": {
"MistSDK": [
],
"TMCache": [
],
"SSZipArchive": [
]
},
"libraries": "c++",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreBluetooth",
"CoreMotion",
"CoreLocation",
"MapKit"
]
},
"default_subspecs": "all-frameworks",
"libraries": [
"sqlite3",
"z",
"xml2.2"
],
"swift_version": "4.2",
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWCoreBeta": [
]
}
},
{
"name": "NoAds",
"ios": {
"vendored_frameworks": "Framework/PWLocation.framework"
},
"dependencies": {
"PWCoreNoAds": [
]
}
}
]
}