blob: ce6c63714f699ea38a3fcdf6b3974bdde31ca90a [file] [log] [blame]
{
"name": "Moya-ObjectMapper",
"version": "2.9",
"summary": "ObjectMapper bindings for Moya",
"description": "[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/bmoliveira/Moya-ObjectMapper).",
"homepage": "https://github.com/bmoliveira/Moya-ObjectMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"social_media_url": "http://twitter.com/ivanbruel",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/bmoliveira/Moya-ObjectMapper.git",
"tag": "2.9"
},
"default_subspecs": "Core",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift",
"dependencies": {
"Moya": [
"~> 14.0.0-beta.6"
],
"ObjectMapper": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya-ObjectMapper/Core": [
],
"RxSwift": [
],
"Moya/RxSwift": [
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Source/ReactiveSwift/*.swift",
"dependencies": {
"Moya-ObjectMapper/Core": [
],
"Moya/ReactiveSwift": [
],
"ReactiveSwift": [
]
}
}
],
"swift_version": "5.0"
}