blob: 2b2e26d4e0d7a73233659d9d1b62bcb422e0b351 [file] [log] [blame]
{
"name": "Moya",
"version": "8.0.5",
"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",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Moya/Moya.git",
"tag": "8.0.5"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Moya/",
"Sources/Moya/Plugins/"
],
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"Result": [
"~> 3.0"
]
},
"frameworks": "Foundation"
},
{
"name": "ReactiveCocoa",
"dependencies": {
"Moya/ReactiveSwift": [
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Sources/ReactiveMoya/",
"dependencies": {
"Moya/Core": [
],
"ReactiveSwift": [
"~> 1.1"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoya/",
"dependencies": {
"Moya/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}