blob: 2a257bc7a3515527822bb843a2470ee1a108fdb2 [file] [log] [blame]
{
"name": "MoyaUnbox",
"version": "1.0.0",
"summary": "Unbox bindings for Moya. Includes RxSwift and ReactiveSwift bindings as well.",
"description": "[Unbox](https://github.com/JohnSundell/Unbox) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift) and [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/gperdomor/MoyaUnbox).",
"homepage": "https://github.com/gperdomor/MoyaUnbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gustavo Perdomo": "gperdomor@gmail.com"
},
"social_media_url": "",
"platforms": {
"ios": "8.0",
"osx": "10.12",
"watchos": "3.1",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gperdomor/MoyaUnbox.git",
"tag": "1.0.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaUnbox/*.swift",
"dependencies": {
"Moya": [
"~> 8.0"
],
"Unbox": [
"~> 2.4"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoyaUnbox/*.swift",
"dependencies": {
"MoyaUnbox/Core": [
],
"Moya/RxSwift": [
],
"RxSwift": [
"~> 3.2"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoyaUnbox/*.swift",
"dependencies": {
"MoyaUnbox/Core": [
],
"Moya/ReactiveCocoa": [
],
"ReactiveSwift": [
"~> 1.0"
]
}
}
]
}