blob: 60d9cca3091afa9be3fe4bffd3bb45303898d952 [file] [log] [blame]
{
"name": "Moya-Gloss",
"version": "2.0.1",
"summary": "Convenience Gloss bindings for Moya.",
"description": "[Gloss](https://github.com/hkellaway/Gloss) bindings for\n[Moya](https://github.com/Moya/Moya) for fabulous JSON serialization.\n[RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift/) bindings also included.\nInstructions on how to use it are in\n[the README](https://github.com/spxrogers/Moya-Gloss).",
"homepage": "https://github.com/spxrogers/Moya-Gloss",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steven Rogers": "me@srogers.net"
},
"source": {
"git": "https://github.com/spxrogers/Moya-Gloss.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/spxrogers",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 8.0"
],
"Gloss": [
"~> 1.2"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya-Gloss/Core": [
],
"Moya/RxSwift": [
],
"RxSwift": [
"~> 3.4"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Source/ReactiveSwift/*.swift",
"dependencies": {
"Moya-Gloss/Core": [
],
"Moya/ReactiveSwift": [
],
"ReactiveSwift": [
"~> 1.1"
]
}
},
{
"name": "ReactiveCocoa",
"dependencies": {
"Moya-Gloss/ReactiveSwift": [
]
}
}
]
}