blob: 14b5c75ac7a444626ad591491bf011ddc5753c4b [file] [log] [blame]
{
"name": "AlamofireReactiveExtensions",
"version": "2.0.1",
"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.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AlamofireReactiveExtensions/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ReactiveSwift": [
"~> 2.0.1"
]
},
"pushed_with_swift_version": "3.0"
}