blob: 57546015e2d4cb2ad135304954958d50cabe880b [file] [log] [blame]
{
"name": "J2M",
"version": "1.2.0",
"summary": "J2M is the json and model transformation framework that is implemented based on the Codable protocol of swift.",
"description": "J2M is the json and model transformation framework that is implemented based on the Codable protocol of swift.\n\nIt supports: iOS macOS tvOS",
"homepage": "https://github.com/Jiar/J2M",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jiar": "iiimjiar@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.2.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.2"
},
"static_framework": true
}