blob: 619ccf1daec6a858b1b9b1005f8c83f8672edb72 [file] [log] [blame]
{
"name": "RxCodable",
"version": "0.4.0",
"summary": "RxSwift wrapper for Codable",
"homepage": "https://github.com/devxoul/RxCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxCodable.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/RxCodable/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0"
]
}
}
]
}