blob: 991fa6b3255bd3e8ad99997c6c8fd23723353eeb [file] [log] [blame]
{
"name": "J2M",
"version": "1.1.0",
"summary": "基于swift4的Codable协议实现的json与model互相转换框架",
"description": "基于swift4的Codable协议实现的json与model互相转换框架\n\n目前支持iOS、macOS、tvOS",
"homepage": "https://github.com/Jiar/J2M",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jiar": "jiar.world@gmail.com"
},
"social_media_url": "https://twitter.com/JiarYoo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Jiar/J2M.git",
"tag": "1.1.0"
},
"source_files": [
"Sources/*.swift",
"Sources/J2M.h"
],
"public_header_files": [
"Sources/J2M.h"
],
"module_name": "J2M",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}