blob: 753c8222f7df8cde899ea058fc177a256760e113 [file] [log] [blame]
{
"name": "DirectLine",
"version": "1.0-alpha.2",
"summary": "Swift client library for Microsoft Bot Framework's Direct Line protocol",
"description": "Loosely based on the official Javascript DirectLine client, it enables communication\nbetween your bot and your iOS app using a simple ReactiveX based interface.",
"homepage": "https://github.com/gonzalezreal/DirectLine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guille Gonzalez": "gonzalezreal@icloud.com"
},
"social_media_url": "https://twitter.com/gonzalezreal",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gonzalezreal/DirectLine.git",
"tag": "1.0-alpha.2"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"4.0.0-alpha.1"
],
"Starscream": [
"2.1.1"
]
},
"pushed_with_swift_version": "4.0"
}