blob: 052420e31bb144946f5d191b0ac34d859cb24ad1 [file] [log] [blame]
{
"name": "Moya-ObjectMapper-JX",
"version": "2.8-jx1",
"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/tospery/Moya-ObjectMapper-JX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YangJianxiang": "tospery@gmail.com"
},
"social_media_url": "http://twitter.com/ivanbruel",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/tospery/Moya-ObjectMapper-JX.git",
"tag": "2.8-jx1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"14.0.0-alpha.1"
],
"ObjectMapper": [
"~> 3"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya-ObjectMapper-JX/Core": [
],
"RxSwift": [
"~> 5"
],
"Moya/RxSwift": [
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Source/ReactiveSwift/*.swift",
"dependencies": {
"Moya-ObjectMapper-JX/Core": [
],
"Moya/ReactiveSwift": [
],
"ReactiveSwift": [
]
}
}
],
"swift_version": "5.0"
}