blob: c4455442ea6acbe9325a5da671485de08fd2ba01 [file] [log] [blame]
{
"name": "PWCore",
"version": "3.9.0",
"summary": "Phunware's Core SDK for use with its Multiscreen-as-a-Service platform. This is a required dependency for all Phunware SDKs.",
"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.9.0"
},
"license": {
"type": "Copyright",
"text": "Copyright 2009-present Phunware Inc. All rights reserved."
},
"libraries": [
"z",
"xml2.2"
],
"ios": {
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 4.0"
],
"AFNetworking/Security": [
"~> 4.0"
],
"AFNetworking/Serialization": [
"~> 4.0"
],
"AFNetworking/Reachability": [
"~> 4.0"
],
"SSZipArchive": [
"~> 2.0"
],
"TMCache": [
"~> 2.0"
]
},
"vendored_frameworks": "Frameworks/PWCore.xcframework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"requires_arc": true
}