blob: 19a27547746c6c4f5bd577504c6904eeb734218e [file] [log] [blame]
{
"name": "HelpCrunchSDK",
"version": "1.1.00",
"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/sdk-cocoapods",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"HelpCrunchSDK": "indo@helpcrunch.com"
},
"swift_version": "4.0",
"frameworks": [
"SystemConfiguration",
"AudioToolbox"
],
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/helpcrunch/sdk-cocoapods.git",
"tag": "1.1.00",
"branch": "dev"
},
"source_files": [
"HelpCrunchSDK.framework/Versions/A/Headers/*.h",
"*.swift"
],
"public_header_files": "HelpCrunchSDK.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "HelpCrunchSDK.framework"
},
"resources": "HelpCrunchSDK.bundle",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/HelpCrunchSDK/"
},
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 13.0"
]
}
}