blob: a27d9d22c1eca0fb3712862d70af269c98deab78 [file] [log] [blame]
{
"name": "PWCore",
"version": "3.8.5",
"summary": "Phunware Core SDK for iOS. All Phunware SDKs have a dependency on PWCore.",
"homepage": "http://phunware.github.io/maas-core-ios-sdk/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/phunware/maas-core-ios-sdk.git",
"tag": "v3.8.5"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"libraries": [
"z",
"xml2.2"
],
"ios": {
"dependencies": {
"SSZipArchive": [
],
"AFNetworking": [
],
"TMCache": [
]
},
"vendored_frameworks": "Framework/PWCore.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"requires_arc": true
}