blob: ee97c3e9661be75307708da8edec3f271a12c2d5 [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "3.0.0-beta.1",
"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.0-beta.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0.0-beta.1"
],
"RxCocoa": [
"~> 3.0.0-beta.1"
],
"Alamofire": [
"~> 4.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxCocoa",
"source_files": "Sources/Cocoa/*.swift",
"dependencies": {
"RxCocoa": [
"~> 3.0.0-beta.1"
],
"RxAlamofire/Core": [
]
}
}
]
}