blob: 5db2aa55ecd477b7dfb0640f6d8811252f08c31f [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "4.4.1",
"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": "4.4.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"Alamofire": [
"~> 4.8"
]
},
"frameworks": "Foundation"
},
{
"name": "RxCocoa",
"source_files": "Sources/Cocoa/*.swift",
"dependencies": {
"RxCocoa": [
"~> 4.5"
],
"RxAlamofire/Core": [
]
}
}
]
}