blob: 3d3da309ff110d81b342e3f511f9884075ae3171 [file] [log] [blame]
{
"name": "Moya-ModelMapper",
"version": "6.0.0-beta.1",
"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": "6.0.0-beta.1"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Moya-ModelMapper/*.swift",
"dependencies": {
"Moya": [
"10.0.0-beta.1"
],
"ModelMapper": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoya-ModelMapper/*.swift",
"dependencies": {
"Moya/RxSwift": [
"10.0.0-beta.1"
],
"Moya-ModelMapper/Core": [
],
"RxSwift": [
]
}
},
{
"name": "ReactiveCocoa",
"dependencies": {
"Moya-ModelMapper/ReactiveSwift": [
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoya-ModelMapper/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
"10.0.0-beta.1"
],
"Moya-ModelMapper/Core": [
],
"ReactiveSwift": [
]
}
}
]
}