blob: 2f0faba10e8e41914d66bd749ca552086f1127ff [file] [log] [blame]
{
"name": "PWMessaging",
"version": "3.0.0",
"summary": "Phunware Messaging SDK",
"homepage": "http://phunware.github.io/maas-messaging-ios-sdk/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/phunware/maas-messaging-ios-sdk.git",
"tag": "v3.0.0"
},
"license": {
"type": "Copyright",
"text": "Copyright 2016 by Phunware Inc. All rights reserved."
},
"ios": {
"vendored_frameworks": "Framework/PWMessaging.framework",
"frameworks": "CoreLocation"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWMessaging/**\""
},
"dependencies": {
"PWCore": [
]
},
"libraries": [
"sqlite3",
"z"
],
"requires_arc": true
}