blob: b27d16da3de467c6b44935f00540fe376b90d1c1 [file] [log] [blame]
{
"name": "ReactiveService",
"version": "0.9.29",
"summary": "A reactive service layer.",
"description": "ReactiveService is inspired by Moya, and not use any network framework.",
"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.9.29"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveService/Classes/**/*",
"swift_version": "4.0",
"dependencies": {
"Result": [
"~> 3.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}