blob: af234bbd30b362c343c3dd725d6450849cbb9e1d [file] [log] [blame]
{
"name": "MGFormatter",
"version": "0.4",
"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.4"
},
"social_media_url": "https://github.com/lm2343635/MGFormatter",
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SwiftyJSON": [
"~> 4.3"
],
"Fuzi": [
"~> 3"
],
"AttributedTextView": [
"~> 1.3"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "MGFormatter/Classes/Core/**/*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
},
{
"name": "Rx",
"dependencies": {
"MGFormatter/Core": [
"~> 0"
],
"RxCocoa": [
"~> 4.5"
]
},
"source_files": "MGFormatter/Classes/Rx/**/*"
}
]
}