blob: aeaa86974e5e0e4e416924e89408b310f4502c84 [file] [log] [blame]
{
"name": "PWCME",
"version": "1.2.6",
"summary": "The MaaS Content Management Engine SDK",
"homepage": "http://phunware.github.io/maas-content-management-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-content-management-ios-sdk.git",
"tag": "v1.2.6"
},
"license": {
"type": "Copyright",
"text": "Copyright 2014 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/MaaSCMS.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/MaaSCMS.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
]
},
"dependencies": {
"PWCore": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWCME/**\""
},
"requires_arc": true
}