blob: 84aa99fbabd8a7e9a4c37e6c091239e2380562b3 [file] [log] [blame]
{
"name": "ObjMapper",
"version": "1.0.0",
"summary": "A simple json object mapper for swift.",
"description": "ObjtMapper是基于Swift的Codable协议进行扩展的框架,可让您轻松地将模型对象(类和结构)与JSON相互转换,无副作用的转换。",
"homepage": "https://github.com/ninefivefly/ObjMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JIANG PENG CHENG": "ninefivefly@foxmail.com"
},
"source": {
"git": "https://github.com/ninefivefly/ObjMapper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "ObjMapper/Classes/**/*",
"swift_version": "5.0"
}