73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"name": "Moya-ModelMapper",
|
|
"version": "10.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": "10.0.0"
|
|
},
|
|
"social_media_url": "https://twitter.com/thesunshinejr",
|
|
"platforms": {
|
|
"ios": "10.0",
|
|
"osx": "10.12",
|
|
"watchos": "3.0",
|
|
"tvos": "10.0"
|
|
},
|
|
"swift_versions": "5.0",
|
|
"cocoapods_version": ">= 1.4.0",
|
|
"requires_arc": true,
|
|
"default_subspecs": "Core",
|
|
"subspecs": [
|
|
{
|
|
"name": "Core",
|
|
"source_files": "Sources/Moya-ModelMapper/*.swift",
|
|
"dependencies": {
|
|
"Moya": [
|
|
"14.0.0"
|
|
],
|
|
"ModelMapper": [
|
|
"~> 10.0"
|
|
]
|
|
},
|
|
"frameworks": "Foundation"
|
|
},
|
|
{
|
|
"name": "RxSwift",
|
|
"source_files": "Sources/RxMoya-ModelMapper/*.swift",
|
|
"dependencies": {
|
|
"Moya/RxSwift": [
|
|
"14.0.0"
|
|
],
|
|
"Moya-ModelMapper/Core": [
|
|
|
|
],
|
|
"RxSwift": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "ReactiveSwift",
|
|
"source_files": "Sources/ReactiveMoya-ModelMapper/*.swift",
|
|
"dependencies": {
|
|
"Moya/ReactiveSwift": [
|
|
"14.0.0"
|
|
],
|
|
"Moya-ModelMapper/Core": [
|
|
|
|
],
|
|
"ReactiveSwift": [
|
|
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"swift_version": "5.0"
|
|
}
|