blob: 2313f9da28200ba41d4255f850e480a4c7c56e6e [file] [log] [blame]
{
"name": "Phunware",
"version": "1.2.0.5",
"license": "MIT",
"summary": "Phunware SDKs (BETA)",
"homepage": "https://github.com/phunware/beta-ios",
"authors": {
"Phunware": "info@phunware.com"
},
"source": {
"git": "https://github.com/phunware/beta-ios.git",
"tag": "v1.2.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Beta",
"subspecs": [
{
"name": "Beta",
"subspecs": [
{
"name": "MapKit",
"ios": {
"vendored_frameworks": "Framework/PWMapKit.framework",
"dependencies": {
"PWLocation": [
],
"TMCache": [
]
},
"frameworks": [
"Security",
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreLocation",
"MapKit"
]
}
}
]
}
]
}