[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / f / ObjMapper / 2.0.2 / ObjMapper.podspec.json
blob81316fde2c2c08aa1e797c92ab9e9bfd34a55b4a
2   "name": "ObjMapper",
3   "version": "2.0.2",
4   "summary": "A simple json object mapper for swift.",
5   "description": "ObjtMapper is an extended framework based on Swift's Codable protocol, which allows you to easily convert model objects (classes and structures) to and from JSON, conversion without side effects",
6   "homepage": "https://github.com/ninefivefly/ObjMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JIANG PENG CHENG": "ninefivefly@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ninefivefly/ObjMapper.git",
16     "tag": "2.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ObjMapper/Classes/**/*",
23   "swift_version": "5.0"