blob: d28d3c574653227d395b54a47c0d312c81abf4a7 [file] [log] [blame]
{
"name": "PWMapKit",
"version": "2.6.1",
"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.6.1"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/PWMapKit.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/PWMapKit.framework",
"dependencies": {
"PWCore": [
]
},
"frameworks": [
"Security",
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreLocation",
"MapKit"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWMapKit/**\""
},
"requires_arc": true
}