blob: 5fa2f9a9b7fa1cfc0ef54be4bb518421506b6a29 [file] [log] [blame]
{
"name": "Moya",
"version": "12.0.0",
"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": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Moya/Moya.git",
"tag": "12.0.0"
},
"default_subspecs": "Core",
"swift_version": "4.2",
"cocoapods_version": ">= 1.4.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Moya/",
"Sources/Moya/Plugins/"
],
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"Result": [
"~> 4.0"
]
},
"frameworks": "Foundation",
"platforms": {
"watchos": "2.0"
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoya/",
"dependencies": {
"Moya/Core": [
],
"ReactiveSwift": [
"~> 4.0"
]
},
"platforms": {
"watchos": "2.0"
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoya/",
"dependencies": {
"Moya/Core": [
],
"RxSwift": [
"~> 4.0"
]
},
"platforms": {
"watchos": "3.0"
}
}
]
}