blob: 21055e99a71c1a3353bf12acd211733a34723e8f [file] [log] [blame]
{
"name": "PWEngagementBeta",
"version": "4.0.0.36",
"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.36"
},
"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"
],
"subspecs": [
{
"name": "all-frameworks",
"dependencies": {
"PWCoreBeta": [
"~> 3.8.0"
]
}
},
{
"name": "NoAds",
"dependencies": {
"PWCoreNoAds": [
"~> 3.8.0"
]
}
}
],
"swift_version": "4.2"
}