blob: 28805f2b67174b14673c56198e7eff00235773d6 [file] [log] [blame]
{
"name": "RxUnboxedAlamofire",
"version": "0.1.0",
"summary": "The easiest way to download and decode Unboxable objects using RxSwift and Alamofire",
"homepage": "https://github.com/filipbec/RxUnboxedAlamofire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filip Beć": "filip.bec@gmail.com"
},
"source": {
"git": "https://github.com/filipbec/RxUnboxedAlamofire.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/FilipBec",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"UnboxedAlamofire": [
],
"RxAlamofire": [
]
},
"pushed_with_swift_version": "3.0"
}