blob: 20c879cfc531e4a2e1c1d66bfe79941b5bf58140 [file] [log] [blame]
{
"name": "RxGitLabKit",
"version": "1.0.1",
"summary": "RxGitLabKit is a reactive Swift library for communication with GitLab API v4.",
"description": "RxGitLabKit is a reactive Swift library for communication with GitLab API v4. There is no maitained Swift GitLab API client that uses Rx.",
"homepage": "https://github.com/Qase/RxGitLabKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dagy Tran": "dagytran@gmail.com"
},
"platforms": {
"ios": "11.4",
"osx": "10.13",
"watchos": "5.1",
"tvos": "12.1"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/Qase/RxGitLabKit.git",
"tag": "1.0.1"
},
"source_files": [
"Sources/*.{h,m,swift}",
"Sources/**/*.{h,m,swift}"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}