blob: aca931bd60104d3aeb28bcadd51756f8b0c64412 [file] [log] [blame]
{
"name": "RxAlamoCodable",
"version": "0.0.2",
"summary": "RxSwift + Alamofire + Codable",
"swift_version": "5.0",
"description": "RxSwift + Alamofire + Codable in shortest possible way.",
"homepage": "https://github.com/kubatatami/RxAlamoCodable",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jakub Bogacki": "bogacki.jakub@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/kubatatami/RxAlamoCodable.git",
"tag": "0.0.2"
},
"source_files": "RxAlamoCodable/library/**",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"Alamofire": [
"~> 5.0.0-beta.5"
]
}
}