blob: bc0b45fc6912dee2efb82a1f5907f840f191a366 [file] [log] [blame]
{
"name": "MGFormatter",
"version": "0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MGFormatter/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4"
],
"Fuzi": [
"~> 2"
],
"AttributedTextView": [
"~> 1.2"
],
"SnapKit": [
"~> 4"
]
}
}