blob: 0f1e398e5f89c3531d42e14fe6ee4e25b5b0a9ea [file] [log] [blame]
{
"name": "PWAnalytics",
"version": "1.3.1",
"summary": "The Phunware Analytics SDK for iOS",
"homepage": "http://phunware.github.io/maas-analytics-ios-sdk/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/phunware/maas-analytics-ios-sdk.git",
"tag": "v1.3.1"
},
"license": {
"type": "Copyright",
"text": "Copyright 2014 by Phunware Inc. All rights reserved."
},
"dependencies": {
"PWCore": [
]
},
"ios": {
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
],
"vendored_frameworks": "Framework/PWAnalytics.framework"
}
}