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