[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / f / ObjMapper / 1.0.3 / ObjMapper.podspec.json
blobfc9e1a1c0a9c08e6ed843245d6b8d1cdbd9c9f24
2   "name": "ObjMapper",
3   "version": "1.0.3",
4   "summary": "A simple json object mapper for swift.",
5   "description": "ObjtMapper是基于Swift的Codable协议进行扩展的框架,可让您轻松地将模型对象(类和结构)与JSON相互转换,无副作用的转换。",
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": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ObjMapper/Classes/**/*",
23   "swift_version": "5.0"