blob: b2a436a1ba2d25b571afcc3cf1565279232281d1 [file] [log] [blame]
{
"name": "RxCodable",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/RxCodable/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0-beta.0"
]
}
},
{
"name": "Moya",
"source_files": "Sources/RxCodableMoya/**/*.swift",
"dependencies": {
"RxCodable/Core": [
],
"Moya": [
]
}
}
]
}