blob: de4f73dedb2a46bd7adfc200e973f1f9ee141540 [file] [log] [blame]
{
"name": "PWMapKitBeta",
"version": "4.0.0.24",
"license": "MIT",
"summary": "Phunware PWMapKit SDK (BETA)",
"homepage": "https://github.com/phunware/beta-ios",
"authors": {
"Phunware": "info@phunware.com"
},
"source": {
"git": "https://github.com/phunware/beta-ios.git",
"tag": "PWMapKit-4.0.0.24"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "Framework/PWMapKit.framework"
},
"default_subspecs": "all-frameworks",
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWLocationBeta": [
]
}
},
{
"name": "NoAds",
"ios": {
"vendored_frameworks": "Framework/PWMapKit.framework"
},
"dependencies": {
"PWLocationBeta/NoAds": [
]
}
}
]
}