blob: 0e4f5c25606262dc36379ae4f9c278793f6ed037 [file] [log] [blame]
{
"name": "Moya-JASONMapper",
"version": "2.2.0",
"summary": "Map objects through JASON in combination with Moya",
"description": "[JASON](https://github.com/delba/JASON) 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/AvdLee/Moya-JASONMapper).",
"homepage": "https://github.com/AvdLee/Moya-JASONMapper",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Antoine van der Lee": "a.vanderlee@triple-it.nl"
},
"source": {
"git": "https://github.com/AvdLee/Moya-JASONMapper.git",
"tag": "2.2.0"
},
"social_media_url": "https://twitter.com/twannl",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 8.0.0"
],
"JASON": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya-JASONMapper/Core": [
],
"Moya/RxSwift": [
],
"RxSwift": [
"~>3.1.0"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Source/ReactiveSwift/*.swift",
"dependencies": {
"Moya/ReactiveSwift": [
],
"Moya-JASONMapper/Core": [
],
"ReactiveSwift": [
]
}
}
]
}