blob: 51664f3dcef19c2e09adde71fd415c92da7953fb [file] [log] [blame]
{
"name": "SuperCodable",
"version": "0.5.1",
"summary": "give Codable super power",
"description": "give Codable super power.",
"homepage": "https://github.com/gzkiwiinc/SuperCodable",
"license": {
"type": "MIT"
},
"authors": {
"lacklock": "lacklock@gmail.com"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/gzkiwiinc/SuperCodable.git",
"tag": "0.5.1"
},
"source_files": "SuperCodable/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Rx",
"source_files": "SuperCodable/Rx/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}
]
}