blob: 79c77a3d606c76726b76983e626fb59be27a1c44 [file] [log] [blame]
{
"name": "Moya-ObjectMapper",
"version": "2.4.2",
"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/ivanbruel/Moya-ObjectMapper).",
"homepage": "https://github.com/ivanbruel/Moya-ObjectMapper",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"social_media_url": "http://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ivanbruel/Moya-ObjectMapper.git",
"tag": "2.4.2"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 9.0"
],
"ObjectMapper": [
"~> 2.2"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
],
"Moya-ObjectMapper/Core": [
],
"RxSwift": [
"~> 3.3"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Source/ReactiveSwift/*.swift",
"dependencies": {
"Moya/ReactiveSwift": [
],
"Moya-ObjectMapper/Core": [
],
"ReactiveSwift": [
]
}
}
]
}