[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / 9 / DirectLine / 1.0-alpha.2 / DirectLine.podspec.json
blob753c8222f7df8cde899ea058fc177a256760e113
2   "name": "DirectLine",
3   "version": "1.0-alpha.2",
4   "summary": "Swift client library for Microsoft Bot Framework's Direct Line protocol",
5   "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.",
6   "homepage": "https://github.com/gonzalezreal/DirectLine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guille Gonzalez": "gonzalezreal@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/gonzalezreal",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/gonzalezreal/DirectLine.git",
22     "tag": "1.0-alpha.2"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RxSwift": [
28       "4.0.0-alpha.1"
29     ],
30     "Starscream": [
31       "2.1.1"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"