blob: 4f5f2ee76c21fefcba3bd8188a77937a4689bd0c [file] [log] [blame]
{
"name": "Moya-ObjectMapper",
"version": "1.1.5",
"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": "1.1.5"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 6.1.3"
],
"ObjectMapper": [
"~> 1.1.1"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 6.1.3"
],
"Moya-ObjectMapper/Core": [
],
"RxSwift": [
"~> 2.1.0"
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
"~> 6.1.3"
],
"Moya-ObjectMapper/Core": [
],
"ReactiveCocoa": [
"~> 4.0.0"
]
}
}
]
}