[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 5 / 2 / 4 / CodableMapper / 0.1.0 / CodableMapper.podspec.json
blobb9824df2f8deb433bc1c460e16fae31750b337be
2   "name": "CodableMapper",
3   "version": "0.1.0",
4   "summary": "JSON to Decodable Object inspired by ObjectMapper",
5   "description": "CodableMapper is a framework written in Swift that makes it easy for you to convert  your decodable model objects (classes and structs) from JSON.\nInspired by ObjectMapper.",
6   "homepage": "https://github.com/noppefoxwolf/CodableMapper.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomoya Hirano": "noppelabs@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/noppefoxwolf/CodableMapper.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/noppefoxwolf",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CodableMapper/Classes/**/*"