blob: b8e74bdb1bb280c636184c765d9c49c7ba29125e [file] [log] [blame]
{
"name": "MGFormatter",
"version": "0.2",
"summary": "A code formatting library for iOS.",
"description": "MGFormatter can format the JSON or HRML code in a view with customized keyword color and font.",
"homepage": "https://github.com/lm2343635/MGFormatter",
"screenshots": [
"https://raw.githubusercontent.com/lm2343635/MGFormatter/master/screenshot/json-dark.png",
"https://raw.githubusercontent.com/lm2343635/MGFormatter/master/screenshot/html-dark.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/MGFormatter.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MGFormatter/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4"
],
"Fuzi": [
"~> 2"
],
"AttributedTextView": [
"~> 0.9"
],
"SnapKit": [
"~> 4"
]
}
}