blob: 1a0fbc238b9a7d5539c7a457108c51a60858db63 [file] [log] [blame]
{
"name": "PWAnalytics",
"version": "1.2.4",
"summary": "The MaaS 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",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/phunware/maas-analytics-ios-sdk.git",
"tag": "v1.2.4"
},
"license": {
"type": "Copyright",
"text": "Copyright 2014 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/MaaSAnalytics.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/MaaSAnalytics.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"dependencies": {
"PWCore": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWAnalytics/**\""
},
"requires_arc": true
}