[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / e / f / ObjMapper / 3.0.0 / ObjMapper.podspec.json
blob52578e30e01ffe4f4cd49b4bc5744a0fbd6ca8de
2   "name": "ObjMapper",
3   "version": "3.0.0",
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": "3.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/**/*",
23   "swift_version": "5.0"