blob: dc37e9b77c3913ad2515fc844ea76d50e1bba307 [file] [log] [blame]
{
"name": "Infoset",
"version": "1.0.1",
"summary": "Infoset iOS SDK, for integrating Infoset products such as live chat and tickets to your iOS app.",
"authors": {
"Samed Düzçay": "samed@infoset.app"
},
"license": {
"type": "./LICENSE",
"file": "LICENSE"
},
"homepage": "https://github.com/infoset/infoset-ios",
"source": {
"git": "https://github.com/infoset/infoset-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"preserve_paths": "Infoset.framework",
"public_header_files": [
"Infoset.framework/Headers/Infoset.h",
"Infoset.framework/Headers/Infoset-Swift.h"
],
"source_files": [
"Infoset.framework/Headers/Infoset.h",
"Infoset.framework/Headers/Infoset-Swift.h"
],
"vendored_frameworks": "Infoset.framework",
"frameworks": [
"UIKit",
"WebKit",
"Foundation"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}