blob: 318803f9dddf2ed5db28e7d3c74b931ab288bb5c [file] [log] [blame]
{
"name": "Phunware",
"version": "1.2.2.1",
"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.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Beta",
"subspecs": [
{
"name": "Beta",
"subspecs": [
{
"name": "Core",
"ios": {
"vendored_frameworks": "Framework/PWCore.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
],
"dependencies": {
"SSZipArchive": [
],
"TMCache": [
],
"AFNetworking": [
]
}
},
"libraries": [
"z",
"xml2.2"
]
}
]
}
]
}