blob: 631069e470c37c3f73408c9e0984c0297ef4bd56 [file] [log] [blame]
{
"name": "SupportKit",
"version": "2.0.0",
"summary": "Speak to your app's users without leaving your inbox",
"description": "SupportKit connects you to your iOS app's users so you can provide them with the knowledge and tools they need to be successful and keep coming back.",
"homepage": "http://supportkit.io",
"license": {
"type": "Commercial",
"text": "Radialpoint. All rights reserved."
},
"authors": {
"Radialpoint": "supportkit@radialpoint.com"
},
"source": {
"git": "https://github.com/radialpoint/SupportKit.git",
"tag": "v2.0.0"
},
"source_files": [
"SupportKit.framework/Versions/A/Headers/SupportKit.h",
"SupportKit.framework/Versions/A/Headers/SKTSettings.h"
],
"resources": "SupportKit.bundle",
"preserve_paths": "SupportKit.framework/*",
"frameworks": [
"SupportKit",
"CoreText",
"SystemConfiguration",
"CoreTelephony",
"Foundation",
"CoreGraphics",
"UIKit",
"Security",
"QuartzCore",
"OpenGLES",
"CoreMedia"
],
"libraries": "xml2",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SupportKit\""
},
"vendored_frameworks": "SupportKit.framework",
"requires_arc": true
}