blob: 6196b909651263b31dfaa8fc2682ef5bc8b5ae0a [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "3.0.3",
"license": "MIT",
"summary": "RxSwift wrapper around the elegant HTTP networking in Swift Alamofire",
"homepage": "https://github.com/RxSwiftCommunity/RxAlamofire",
"authors": {
"Junior B.": "info@bonto.ch"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxAlamofire.git",
"tag": "3.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"Alamofire": [
"~> 4.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxCocoa",
"source_files": "Sources/Cocoa/*.swift",
"dependencies": {
"RxCocoa": [
"~> 3.0"
],
"RxAlamofire/Core": [
]
}
}
]
}