blob: 4f4cb7516a76e0e1111860140584bdb5b9c2879d [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "5.2.0",
"license": "MIT",
"summary": "RxSwift wrapper around the elegant HTTP networking in Swift Alamofire",
"homepage": "https://github.com/RxSwiftCommunity/RxAlamofire",
"authors": {
"RxSwift Community": "community@rxswift.org"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxAlamofire.git",
"tag": "5.2.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"Alamofire": [
"~> 5.1"
]
},
"frameworks": "Foundation"
},
{
"name": "RxCocoa",
"source_files": "Sources/Cocoa/*.swift",
"dependencies": {
"RxCocoa": [
"~> 5.1"
],
"RxAlamofire/Core": [
]
}
}
],
"swift_version": "5.1"
}