[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 7 / 8 / 3 / RxGitLabKit / 1.0.1 / RxGitLabKit.podspec.json
blob20c879cfc531e4a2e1c1d66bfe79941b5bf58140
2   "name": "RxGitLabKit",
3   "version": "1.0.1",
4   "summary": "RxGitLabKit is a reactive Swift library for communication with GitLab API v4.",
5   "description": "RxGitLabKit is a reactive Swift library for communication with GitLab API v4. There is no maitained Swift GitLab API client that uses Rx.",
6   "homepage": "https://github.com/Qase/RxGitLabKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dagy Tran": "dagytran@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.4",
16     "osx": "10.13",
17     "watchos": "5.1",
18     "tvos": "12.1"
19   },
20   "swift_version": "4.2",
21   "source": {
22     "git": "https://github.com/Qase/RxGitLabKit.git",
23     "tag": "1.0.1"
24   },
25   "source_files": [
26     "Sources/*.{h,m,swift}",
27     "Sources/**/*.{h,m,swift}"
28   ],
29   "dependencies": {
30     "RxSwift": [
31       "~> 4.0"
32     ],
33     "RxCocoa": [
34       "~> 4.0"
35     ]
36   }