blob: 2e9f0547bb1a9c5e42737b8d797c5e719e1d1c51 [file] [log] [blame]
{
"name": "PWEngagement",
"version": "3.3.2",
"summary": "Phunware Mobile Engagement SDK",
"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": "9.0"
},
"source": {
"git": "https://github.com/phunware/maas-engagement-ios-sdk.git",
"tag": "v3.3.2"
},
"license": {
"type": "Copyright",
"text": "Copyright 2016 by Phunware Inc. All rights reserved."
},
"ios": {
"vendored_frameworks": "Framework/PWEngagement.framework",
"dependencies": {
"PWCore": [
"~> 3.4.0"
],
"FMDB": [
],
"MistSDK": [
"1.1.2"
]
},
"frameworks": "CoreLocation"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWEngagement/**\""
},
"libraries": [
"sqlite3",
"z"
],
"requires_arc": true
}