blob: 2f2ad3820c688e6ea9060a6f8e6dd2f5114e6ae0 [file] [log] [blame]
{
"name": "RxCodable",
"version": "1.0.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": "1.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/RxCodable/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
}
}
]
}