blob: 182037954622cd5aa3982c2d155a01c4c960f797 [file] [log] [blame]
{
"name": "Mantle-CodableTransformer",
"version": "0.1.0",
"summary": "A ValueTransformer implementation for Mantle and Codable combination",
"description": "A ValueTransformer implementation for Mantle and Codable combination, which is useful for migration from Mantle to Codable.",
"homepage": "https://github.com/ikesyo/Mantle-CodableTransformer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sho Ikeda",
"source": {
"git": "https://github.com/ikesyo/Mantle-CodableTransformer.git",
"tag": "0.1.0"
},
"source_files": "CodableTransformer.swift",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "3.0"
},
"dependencies": {
"Mantle": [
"~> 2.1"
],
"ObjectEncoder": [
"~> 0.2"
]
},
"module_name": "MantleCodableTransformer",
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.2"
}