blob: 3d1ef74170fbae0d82d3afc977c389aaca24c5c3 [file] [log] [blame]
{
"name": "PWMapKitBeta",
"version": "4.0.0.27",
"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.27"
},
"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": [
]
}
}
]
}