blob: 7c77b22232e44b496da1db93dbe5eec8bf92f643 [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "5.5.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": "v5.5.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/RxAlamofire/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"Alamofire": [
"~> 5.1"
]
},
"frameworks": "Foundation"
},
{
"name": "RxCocoa",
"source_files": "Sources/RxAlamofire/Cocoa/*.swift",
"dependencies": {
"RxCocoa": [
"~> 5.1"
],
"RxAlamofire/Core": [
]
}
}
],
"swift_version": "5.1"
}