blob: 334e5d6948ac0048f57739fe22a039ae1502fee8 [file] [log] [blame]
{
"name": "PWCore",
"version": "1.3.2",
"summary": "The MaaS Core SDK for iOS",
"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": "6.0"
},
"source": {
"git": "https://github.com/phunware/maas-core-ios-sdk.git",
"tag": "v1.3.2"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/MaaSCore.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/MaaSCore.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWCore/**\""
},
"requires_arc": true
}