blob: 7ea7a5a4377c21acb1e11c250eb690b0fbbc4c7e [file] [log] [blame]
{
"name": "RxAlamoCodable",
"version": "0.1.1-swift4",
"summary": "RxSwift + Alamofire + Codable",
"swift_version": "4.2",
"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.1.1-swift4"
},
"source_files": "RxAlamoCodable/library/**",
"dependencies": {
"RxSwift": [
"~> 4.5.0"
],
"Alamofire": [
"~> 4.8.0"
]
}
}