blob: f03bd85e50852fbc37a641eb48c11344f7d3c887 [file] [log] [blame]
{
"name": "PWMapKit",
"version": "2.4.0",
"summary": "Phunware Indoor Mapping SDK",
"homepage": "http://phunware.github.io/maas-mapping-ios-sdk/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/phunware/maas-mapping-ios-sdk.git",
"tag": "v2.4.0"
},
"license": {
"type": "Copyright",
"text": "Copyright 2014 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/PWMapKit.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/PWMapKit.framework",
"dependencies": {
"PWCore": [
],
"PWLocation": [
]
},
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreLocation",
"MapKit"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWMapKit/**\""
},
"requires_arc": true
}