blob: 4ef2960904a024e85ea019256e1bf3ad1920063f [file] [log] [blame]
{
"name": "KayakoMessenger",
"version": "0.1.1",
"summary": "The Kayako iOS SDK for integrating Kayako Messenger live chat into your iOS application",
"description": "The Kayako iOS SDK for integrating Kayako Messenger live chat into your iOS application. Supports iOS 9 and above",
"homepage": "https://github.com/kayako/KayakoMessengeriOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robin Malhotra": "robin.malhotra@kayako.com"
},
"social_media_url": "https://twitter.com/codeOfRobin",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kayako/KayakoMessengeriOS.git",
"tag": "0.1.1"
},
"source_files": "Sources/**/*.swift",
"documentation_url": "https://developer.kayako.com/messenger/ios/installation/",
"frameworks": "UIKit",
"module_name": "KayakoMessenger",
"ios": {
"resource_bundles": {
"Kayako-Messenger": "Sources/**/*.xcassets"
}
},
"dependencies": {
"Texture": [
],
"Birdsong": [
],
"StatefulViewController": [
],
"NVActivityIndicatorView": [
],
"Unbox": [
],
"Wrap": [
]
},
"pushed_with_swift_version": "3.0"
}