blob: 58d4090f5ef75897846873d934635f2bc6425f04 [file] [log] [blame]
{
"name": "RxAlamofire",
"version": "0.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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RxAlamofire/Source/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.0.0-alpha"
],
"Alamofire": [
"~> 2.0"
]
}
}