blob: a0bb62cc6a9a12e5c7ee6a9c17cdb6bb4626499c [file] [log] [blame]
{
"name": "PWEngagement",
"version": "3.8.0",
"summary": "Phunware's Mobile Engagement SDK for use with its Multiscreen-as-a-Service platform",
"homepage": "http://phunware.github.io/maas-engagement-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-engagement-ios-sdk.git",
"tag": "v3.8.0"
},
"license": {
"type": "Copyright",
"text": "Copyright 2009-present Phunware Inc. All rights reserved."
},
"ios": {
"vendored_frameworks": "Frameworks/PWEngagement.xcframework",
"dependencies": {
"FMDB": [
],
"MistSDK": [
"1.5.58"
]
},
"frameworks": "CoreLocation"
},
"default_subspecs": "all-frameworks",
"libraries": [
"sqlite3",
"z"
],
"requires_arc": true,
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWCore": [
"~> 3.9.0"
]
}
}
]
}