blob: 7bc1679626fff0e90286a44a3fc9896af7d92672 [file] [log] [blame]
{
"name": "SuperCodable",
"version": "0.7.0",
"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.2",
"source": {
"git": "https://github.com/gzkiwiinc/SuperCodable.git",
"tag": "0.7.0"
},
"source_files": "SuperCodable/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Rx",
"source_files": "SuperCodable/Rx/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}
]
}