blob: 0ca534b845a370ea016900f1a3e08d34163f68b4 [file] [log] [blame]
{
"name": "PWCore",
"version": "2.0.0",
"summary": "Phunware Core SDK for iOS. All Phunware SDKs have a dependency on PWCore.",
"homepage": "http://phunware.github.io/maas-core-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-core-ios-sdk.git",
"tag": "v2.0.0"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/PWCore.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/PWCore.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWCore/**\""
},
"requires_arc": true
}