blob: 0f25d259980efbe744cdc6181e2d69773eeca566 [file] [log] [blame]
{
"name": "Moya-JASONMapper",
"version": "2.1.2",
"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.1.2"
},
"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-beta.6"
],
"JASON": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya-JASONMapper/Core": [
],
"Moya/RxSwift": [
"8.0.0-beta.6"
],
"RxSwift": [
"~>3.0.0"
],
"RxCocoa": [
"~> 3.0.0"
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
],
"Moya-JASONMapper/Core": [
],
"ReactiveSwift": [
"1.0.0-alpha.4"
]
}
}
]
}