blob: 6858286c6fd1e36fe9e917c4bffe7a5b5094ad7a [file] [log] [blame]
{
"name": "PW_Location",
"version": "0.8.0",
"summary": "The Phunware Location Provider SDK for iOS.",
"homepage": "http://phunware.com/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"source": {
"http": "http://lbs-prod.s3.amazonaws.com/sdk/ios/PWLocation/0.8.0/PWLocation.zip"
},
"platforms": {
"ios": null
},
"default_subspecs": "Production",
"license": {
"type": "Copyright",
"text": "Copyright 2014 by Phunware Inc. All rights reserved."
},
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
],
"compiler_flags": "-ObjC",
"requires_arc": true,
"subspecs": [
{
"name": "Development",
"vendored_frameworks": "PWLocation/Development/PWLocation.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Development/\""
}
},
{
"name": "Staging",
"vendored_frameworks": "PWLocation/Staging/PWLocation.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Staging/\""
}
},
{
"name": "Production",
"vendored_frameworks": "PWLocation/Production/PWLocation.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Production/\""
}
}
]
}