blob: 9d22a80a2fafe8bec3992b11ee186d7d01382795 [file] [log] [blame]
{
"name": "Moya-JASON",
"version": "1.1.0",
"summary": "JASON bindings for 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/) and [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/DroidsOnRoids/Moya-JASON).",
"homepage": "https://github.com/DroidsOnRoids/Moya-JASON",
"license": "MIT",
"authors": {
"Łukasz Mróz": "thesunshinejr@gmail.com"
},
"source": {
"git": "https://github.com/DroidsOnRoids/Moya-JASON.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.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.0"
],
"JASON": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 8.0.0"
],
"Moya-JASON/Core": [
],
"RxSwift": [
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
"~> 8.0.0"
],
"Moya-JASON/Core": [
],
"ReactiveSwift": [
]
}
}
]
}