blob: 5776c1310f01cebd627f67624032818549b5c22b [file] [log] [blame]
{
"name": "gitlabclient",
"version": "0.0.6",
"summary": "GitLab API client written in Swift",
"description": "GitLab API Swift client.",
"homepage": "https://gitlab.com/caramba/gitlabclient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caramba.io": "hello@caramba.io"
},
"source": {
"git": "https://gitlab.com/caramba/gitlabclient.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/carambalabs",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "gitlabclient/Classes/**/*",
"dependencies": {
"Unbox": [
"~> 2.3"
],
"Result": [
"~> 3.1"
],
"HTTPStatusCodes": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.0"
}