blob: 5fa76584ee46f70aaebbfe1250dd2270216c09ab [file] [log] [blame]
{
"name": "SupportGenieSDK",
"version": "0.0.125",
"summary": "sdk for adding SupportGeenie chat and live video help to your iOS app",
"homepage": "https://supportgenie.io/",
"authors": {
"Name": "tarun@supportgenie.io"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/SupportGenie/iosSDK.git",
"tag": "v0.0.125"
},
"source_files": "SupportGenieSDK.framework/Headers/*.h",
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 armv7"
},
"ios": {
"vendored_frameworks": "SupportGenieSDK.framework"
},
"frameworks": [
"UIKit",
"Security",
"CFNetwork",
"MobileCoreServices"
],
"dependencies": {
"MDWamp": [
"~> 2.2.0"
],
"AWSCognito": [
"~> 2.11.0"
],
"AWSS3": [
"~> 2.11.0"
],
"SDWebImage": [
"~> 5.2.2"
],
"AWSCognitoIdentityProvider": [
"~> 2.11.0"
],
"PMKVObserver": [
"~> 4.0"
],
"GoogleWebRTC": [
"~> 1.1.29400"
],
"AdaptiveCards": [
"~> 1.2.3"
],
"MBCircularProgressBar": [
"~> 0.3.5"
]
}
}