blob: dd86be08da0b9de4312cb7be14bf297fd39ebcd9 [file] [log] [blame]
{
"name": "Moya",
"version": "15.0.0-alpha.1",
"summary": "Network abstraction layer written in Swift",
"description": "Moya abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.\n\nReactiveSwift and RxSwift extensions exist as well. Instructions for installation\nare in [the README](https://github.com/Moya/Moya).",
"homepage": "https://github.com/Moya/Moya",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/Moya/Moya.git",
"tag": "15.0.0-alpha.1"
},
"default_subspecs": "Core",
"swift_versions": "5.1",
"cocoapods_version": ">= 1.4.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Moya/",
"Sources/Moya/Plugins/"
],
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"frameworks": "Foundation"
},
{
"name": "Combine",
"source_files": "Sources/CombineMoya/",
"dependencies": {
"Moya/Core": [
]
},
"frameworks": "Combine",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoya/",
"dependencies": {
"Moya/Core": [
],
"ReactiveSwift": [
"~> 6.0"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoya/",
"dependencies": {
"Moya/Core": [
],
"RxSwift": [
"~> 5.0"
]
}
}
],
"swift_version": "5.1"
}