blob: 6df1ca7f6ccc7ca882380f5cc4e6cb1a9f80ee5c [file] [log] [blame]
{
"name": "PWUIKit",
"version": "0.0.1",
"summary": "Phunware UI Framework",
"homepage": "http://phunware.github.io/pwuikit-ios-framework/",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/phunware/pwuikit-ios-framework.git",
"tag": "v0.0.1"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/PWUIKit.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/PWUIKit.framework",
"frameworks": [
"UIKit",
"Foundation"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWUIKit/**\""
},
"requires_arc": true
}