blob: 7bfa58f0c3ce83db013fe5f58e491edbedae777e [file] [log] [blame]
{
"name": "HelpCrunchSDK",
"version": "3.1.8",
"summary": "A perfect live chat, email automation and a super-intuitive help desk in one smart customer communication platform.",
"documentation_url": "https://docs.helpcrunch.com/ios-sdk.html",
"homepage": "https://github.com/helpcrunch/helpcrunchsdk-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"HelpCrunchSDK": "indo@helpcrunch.com"
},
"swift_versions": "4.0",
"frameworks": [
"SystemConfiguration",
"AudioToolbox",
"UserNotifications",
"ImageIO"
],
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"requires_arc": true,
"source": {
"git": "https://github.com/helpcrunch/helpcrunchsdk-ios.git",
"tag": "3.1.8"
},
"source_files": "HelpCrunchSDK.framework/Headers/*.h",
"public_header_files": "HelpCrunchSDK.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "HelpCrunchSDK.framework"
},
"resources": "HelpCrunchSDK.framework/HelpCrunchSDK.bundle",
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 15.0"
]
},
"swift_version": "4.0"
}