blob: c492776020c6747be2e2c8c8e1407438b6f8033e [file] [log] [blame]
{
"name": "PWCore",
"version": "3.1.2",
"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": "9.0"
},
"source": {
"git": "https://github.com/phunware/maas-core-ios-sdk.git",
"tag": "v3.1.2"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"libraries": [
"z",
"xml2.2"
],
"ios": {
"dependencies": {
"SSZipArchive": [
],
"TMCache": [
],
"AFNetworking": [
]
},
"vendored_frameworks": "Framework/PWCore.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"requires_arc": true
}