blob: c3614aee2e9bddd0b1397279c629d597224c311e [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "0.3.1",
"license": "MIT",
"summary": "RxSwift wrapper around the elegant HTTP networking in Swift Alamofire",
"homepage": "https://github.com/bontoJR/RxAlamofire",
"authors": {
"Junior B.": "info@bonto.ch"
},
"source": {
"git": "https://github.com/bontoJR/RxAlamofire.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "RxAlamofire/Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
],
"Alamofire": [
"~> 3.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxCocoa",
"source_files": "RxAlamofire/Source/Cocoa/*.swift",
"dependencies": {
"RxCocoa": [
"~> 2.0.0-beta"
],
"RxAlamofire/Core": [
]
}
}
]
}