blob: 0b7861c07804ba9c0a62154b87cbd58978befdf8 [file] [log] [blame]
{
"name": "ENChatBot",
"version": "3.0.0",
"summary": "iOS Chat client for ENChatBot",
"homepage": "https://gitlab.com/en-sdk/enbotsdk",
"license": {
"type": "Commercial",
"text": "Copyright 2018 ENChatBot. All Rights Reserved."
},
"authors": {
"ENChatBot": "contact@engati.com"
},
"documentation_url": "https://gitlab.com/en-sdk/enbotsdk",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.3",
"source": {
"type": "zip",
"http": "https://gitlab.com/en-sdk/enbotsdk/raw/3.0.0/ENChatBot.framework.zip"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"preserve_paths": "ENChatBot.framework",
"ios": {
"vendored_frameworks": "ENChatBot.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
]
},
"dependencies": {
"Socket.IO-Client-Swift": [
">= 15.1.0"
],
"Kingfisher": [
]
},
"swift_version": "5.3"
}