blob: 8daaa5d44c40883459733ffc7711de4ee29b033c [file] [log] [blame]
{
"name": "PWEngagementBeta",
"version": "4.0.0.26",
"license": "MIT",
"summary": "Phunware PWEngagement SDK (BETA)",
"homepage": "https://github.com/phunware/beta-ios",
"authors": {
"Phunware": "info@phunware.com"
},
"source": {
"git": "https://github.com/phunware/beta-ios.git",
"tag": "PWEngagement-4.0.0.26"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"ios": {
"vendored_frameworks": "Framework/PWEngagement.framework",
"dependencies": {
"FMDB": [
],
"MistSDK": [
]
},
"frameworks": "CoreLocation"
},
"default_subspecs": "all-frameworks",
"libraries": [
"sqlite3",
"z"
],
"swift_version": "4.2",
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWCoreBeta": [
"~> 3.8.0"
]
}
},
{
"name": "NoAds",
"dependencies": {
"PWCoreNoAds": [
"~> 3.8.0"
]
}
}
]
}