blob: 4d68d0e6df0623544036b5964791790babb72ba3 [file] [log] [blame]
{
"name": "SmoochHelpKit",
"version": "1.0.2",
"summary": "Help Kit extension to the Smooch SDK",
"description": "Smooch adds beautifully simple messaging to your app to keep your users engaged and coming back. Help Kit adds self-help through search and recommendations, as well as an app-wide gesture to get help from anywhere.",
"homepage": "https://smooch.io",
"license": {
"type": "Commercial",
"text": "Smooch Technologies Inc. All rights reserved."
},
"authors": {
"Smooch Technologies Inc.": "hello@smooch.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/smooch/smooch-helpkit-ios.git",
"tag": "1.0.2"
},
"source_files": "SmoochHelpKit/Source/**/*.{h,m}",
"resources": "SmoochHelpKit/SHKResources.bundle",
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation",
"OpenGLES",
"QuartzCore",
"CoreText"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Smooch": [
]
}
}