blob: 40f21b7932dd1c9d9d0958fc00dc893730b998d9 [file] [log] [blame]
{
"name": "Moya-Gloss",
"version": "1.1.0",
"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 [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa/) 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": "1.1.0"
},
"social_media_url": "https://twitter.com/spxrogers",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 6.0"
],
"Gloss": [
"~> 0.7"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 6.0"
],
"Moya-Gloss/Core": [
],
"RxSwift": [
"~> 2.0"
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
],
"Moya-Gloss/Core": [
],
"ReactiveCocoa": [
]
}
}
]
}