blob: 5b267818ff87fd40f61c7d9dbd9d046fe399c6eb [file] [log] [blame]
{
"name": "Moya-JASON",
"version": "0.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": "0.1.0"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 6.4"
],
"JASON": [
"~> 2.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 6.4"
],
"Moya-JASON/Core": [
],
"RxSwift": [
"~> 2.3"
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
"~> 6.4"
],
"Moya-JASON/Core": [
],
"ReactiveCocoa": [
"~> 4.1"
]
}
}
]
}