blob: f339ee3ead795ada16dd520519d16f84cc8524eb [file] [log] [blame]
{
"name": "RxGitLabKit",
"version": "1.0.0",
"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://gitlab.com/dagytran/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://gitlab.com/dagytran/RxGitLabKit.git",
"tag": "1.0.0"
},
"source_files": [
"Sources/*.{h,m,swift}",
"Sources/**/*.{h,m,swift}"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}