blob: d23f757e333c5b1c89953f7fb3aff13904941002 [file] [log] [blame]
{
"name": "SupportKit",
"version": "2.10.3",
"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": "help@supportkit.io"
},
"source": {
"git": "https://github.com/radialpoint/SupportKit.git",
"tag": "v2.10.3"
},
"source_files": [
"SupportKit.framework/Versions/A/Headers/SupportKit.h",
"SupportKit.framework/Versions/A/Headers/SKTSettings.h",
"SupportKit.framework/Versions/A/Headers/SKTUser.h",
"SupportKit.framework/Versions/A/Headers/SKTConversation.h",
"SupportKit.framework/Versions/A/Headers/SKTMessage.h",
"SupportKit.framework/Versions/A/Headers/SKTMessageAction.h"
],
"resources": "SupportKit.bundle",
"preserve_paths": "SupportKit.framework/*",
"frameworks": [
"SupportKit",
"CoreText",
"SystemConfiguration",
"CoreTelephony",
"Foundation",
"CoreGraphics",
"UIKit",
"QuartzCore",
"OpenGLES",
"AssetsLibrary",
"Photos",
"AVFoundation"
],
"libraries": "xml2",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SupportKit\""
},
"vendored_frameworks": "SupportKit.framework",
"requires_arc": true,
"platforms": {
"ios": null
}
}