blob: 626f46f872257cb5f5a2b938e95efb7452226021 [file] [log] [blame]
{
"name": "KeyedCodable",
"version": "1.0.0",
"license": "MIT",
"summary": "Elegant way of manual swift Codable implementation with easy key mappings",
"homepage": "https://github.com/dgrzeszczak/KeyedCodable",
"authors": {
"Dariusz Grzeszczak": "dariusz.grzeszczak@interia.pl"
},
"source": {
"git": "https://github.com/dgrzeszczak/KeyedCodable.git",
"tag": "1.0.0"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"requires_arc": true,
"source_files": "KeyedCodable/Sources/**/*.swift"
}