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