blob: c417ae6fdb35b7214742ee389d4f2728b11bcecd [file] [log] [blame]
{
"name": "JSONPreview",
"version": "1.0.1",
"summary": "🎨 A view that can be highlighted after formatting JSON.",
"description": "🎨 A view that can be highlighted after formatting JSON. It also provides folding function.",
"homepage": "https://github.com/rakuyoMo/JSONPreview",
"license": "MIT",
"authors": {
"Rakuyo": "rakuyo.mo@gmail.com"
},
"source": {
"git": "https://github.com/rakuyoMo/JSONPreview.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"static_framework": true,
"module_name": "JSONPreview",
"source_files": "JSONPreview/JSONPreview/Core/*",
"resource_bundles": {
"JSONPreviewBundle": [
"JSONPreview/JSONPreview/Other/*.xcassets"
]
},
"swift_version": "5.0"
}