blob: 80073ba7af41f6acc213dbc8eef03d6e466162b4 [file] [log] [blame]
{
"name": "MoyaModelMapper",
"version": "1.0.2",
"summary": "ModelMapper bindings for Moya. Includes RxSwift and ReactiveSwift bindings as well.",
"description": "[ModelMapper](https://github.com/lyft/mapper) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift) and [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/gperdomor/MoyaModelMapper).",
"homepage": "https://github.com/gperdomor/MoyaModelMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gustavo Perdomo": "gperdomor@gmail.com"
},
"social_media_url": "",
"platforms": {
"ios": "8.0",
"osx": "10.12",
"watchos": "3.1",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gperdomor/MoyaModelMapper.git",
"tag": "1.0.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaModelMapper/*.swift",
"dependencies": {
"Moya": [
"~> 8.0"
],
"ModelMapper": [
"~> 6.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoyaModelMapper/*.swift",
"dependencies": {
"MoyaModelMapper/Core": [
],
"Moya/RxSwift": [
],
"RxSwift": [
"~> 3.2"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoyaModelMapper/*.swift",
"dependencies": {
"MoyaModelMapper/Core": [
],
"Moya/ReactiveCocoa": [
],
"ReactiveSwift": [
"~> 1.0"
]
}
}
]
}