blob: 83a771d4e126ec17e26e641629c51e2e676aefef [file] [log] [blame]
{
"name": "CSLabel",
"version": "1.1.0",
"summary": "HTML -> TextKit displayer.",
"description": "AttributedString displayer view.",
"homepage": "https://github.com/winddpan/CSLabel",
"license": "MIT",
"authors": {
"winddpan": "winddpan@126.com"
},
"source": {
"git": "https://github.com/winddpan/CSLabel.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CSLabel/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${SDK_DIR}/usr/include/libxml2\""
}
}