blob: 607d1255757ca5795a2fb830b871d76526303059 [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RxAlamofire/Source/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
],
"Alamofire": [
"~> 3.0"
]
}
}