[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 5 / 0 / Mantle-CodableTransformer / 0.1.0 / Mantle-CodableTransformer.podspec.json
blob182037954622cd5aa3982c2d155a01c4c960f797
2   "name": "Mantle-CodableTransformer",
3   "version": "0.1.0",
4   "summary": "A ValueTransformer implementation for Mantle and Codable combination",
5   "description": "A ValueTransformer implementation for Mantle and Codable combination, which is useful for migration from Mantle to Codable.",
6   "homepage": "https://github.com/ikesyo/Mantle-CodableTransformer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Sho Ikeda",
12   "source": {
13     "git": "https://github.com/ikesyo/Mantle-CodableTransformer.git",
14     "tag": "0.1.0"
15   },
16   "source_files": "CodableTransformer.swift",
17   "platforms": {
18     "osx": "10.10",
19     "ios": "8.0",
20     "tvos": "9.0",
21     "watchos": "3.0"
22   },
23   "dependencies": {
24     "Mantle": [
25       "~> 2.1"
26     ],
27     "ObjectEncoder": [
28       "~> 0.2"
29     ]
30   },
31   "module_name": "MantleCodableTransformer",
32   "cocoapods_version": ">= 1.4.0",
33   "swift_version": "4.2"