blob: 448d5d3850af7eb279eceef5073c7c44127d11bb [file] [log] [blame]
{
"name": "Moya-ModelMapper",
"version": "3.0.0",
"summary": "ModelMapper bindings for Moya.",
"description": "[ModelMapper](https://github.com/lyft/mapper) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/sunshinejr/Moya-ModelMapper).",
"homepage": "https://github.com/sunshinejr/Moya-ModelMapper",
"license": "MIT",
"authors": {
"Łukasz Mróz": "thesunshinejr@gmail.com"
},
"source": {
"git": "https://github.com/sunshinejr/Moya-ModelMapper.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 7.0"
],
"ModelMapper": [
"~> 2.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 7.0"
],
"Moya-ModelMapper/Core": [
],
"RxSwift": [
"~> 2.3"
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
"~> 7.0"
],
"Moya-ModelMapper/Core": [
],
"ReactiveCocoa": [
"~> 4.1"
]
}
}
]
}