blob: 42b7b821a309097badac659f38477e8f08de6034 [file] [log] [blame]
{
"name": "AlamofireReactiveExtensions",
"version": "2.1.0-alpha.2",
"summary": "Extensions that mix ReactiveSwift with Alamofire",
"description": "Want to use ReactiveSwift with Alamofire? AlamofireReactiveExtensions has you covered. It provides a list of extensions that bridge Alamofire's callbacks with ReactiveSwift's SignalProducers. You can even easily apply ReactiveSwift's operators to your responses, combine multiple requests or execute requests consecutively.'",
"homepage": "https://github.com/gkaimakas/AlamofireReactiveExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gkaimakas": "gkaimakas@gmail.com"
},
"source": {
"git": "https://github.com/gkaimakas/AlamofireReactiveExtensions.git",
"tag": "2.1.0-alpha.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AlamofireReactiveExtensions/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ReactiveSwift": [
"~> 2.1.0-alpha.2"
]
},
"pushed_with_swift_version": "4.0"
}