blob: 626717c3bea83ffe27024a23a8367e7ade9a462a [file] [log] [blame]
{
"name": "MultichannelWidget",
"version": "1.1.4",
"summary": "Customer Chat integration.",
"homepage": "http://qiscus.com",
"license": "MIT",
"authors": {
"juang@qiscus.co": "juang@qiscus.co"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Qiscus-Integration/ios-multichannel-widget.git"
},
"source_files": [
"MultichannelWidget",
"MultichannelWidget/**/*.{h,m,swift,xib}"
],
"resources": "MultichannelWidget/**/*.xcassets",
"resource_bundles": {
"MultichannelWidget": [
"MultichannelWidget/**/*.{lproj,xib,xcassets,imageset,png}"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": false,
"dependencies": {
"Alamofire": [
"4.9"
],
"AlamofireImage": [
],
"SwiftyJSON": [
],
"QiscusCoreAPI": [
"~> 0.2.3"
],
"SDWebImage": [
]
},
"swift_version": "4.2"
}