blob: f83cbaa036c78076533e07f38e52a8db8bb42c16 [file] [log] [blame]
{
"name": "Moya-Marshal",
"version": "1.0.0",
"summary": "Marshal mappings for Moya network requests",
"description": "[Marshal](https://github.com/utahiosmac/Marshal) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) and \n[ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa/) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/JARMourato/Moya-Marshal).",
"homepage": "https://github.com/JARMourato/Moya-Marshal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JARMourato": "joao.armourato@gmail.com"
},
"source": {
"git": "https://github.com/JARMourato/Moya-Marshal.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/_JARMourato",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"Moya": [
"~> 8.0.0"
],
"Marshal": [
"~> 1.2.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
],
"Moya-Marshal/Core": [
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Sources/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
],
"Moya-Marshal/Core": [
]
}
}
]
}