blob: a21e1bf4568e797567c2435a11ee37eeb1e1cd67 [file] [log] [blame]
{
"name": "MoyaObjectMapper",
"version": "1.0.0",
"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/) 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/MoyaObjectMapper).",
"homepage": "https://github.com/gperdomor/MoyaObjectMapper",
"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/MoyaObjectMapper.git",
"tag": "1.0.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaObjectMapper/*.swift",
"dependencies": {
"Moya": [
"~> 8.0.0"
],
"ObjectMapper": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoyaObjectMapper/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 8.0.0"
],
"MoyaObjectMapper/Core": [
],
"RxSwift": [
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoyaObjectMapper/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
"~> 8.0.0"
],
"MoyaObjectMapper/Core": [
],
"ReactiveSwift": [
]
}
}
]
}