blob: 4d4b2171b082eb53ff40aa87898793a101ecf6c8 [file] [log] [blame]
{
"name": "ReactiveService",
"version": "0.10.2",
"summary": "A reactive service layer.",
"description": "ReactiveService is inspired by Moya.",
"homepage": "https://github.com/biohazardlover/ReactiveService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"biohazardlover": "leon@leonandvane.date"
},
"source": {
"git": "https://github.com/biohazardlover/ReactiveService.git",
"tag": "0.10.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveService/Classes/**/*",
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"Result": [
"~> 3.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}