blob: e3ebd5b80230fe334a9351d089432ee8c17f71c8 [file] [log] [blame]
{
"name": "CocoaMarkdown",
"version": "1.2.6",
"summary": "Markdown parsing and rendering for iOS and OS X",
"description": "CocoaMarkdown aims to solve two primary problems better than existing libraries:\nMore flexibility. CocoaMarkdown allows you to define custom parsing hooks or even traverse the Markdown AST using the low-level API.\nEfficient NSAttributedString creation for easy rendering on iOS and OS X. Most existing libraries just generate HTML from the Markdown, which is not a convenient representation to work with in native apps.",
"homepage": "https://github.com/LetaiefAymen/CocoaMarkdown",
"license": "MIT",
"authors": "Aymen letaief",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LetaiefAymen/CocoaMarkdown.git",
"tag": "1.2.6"
},
"preserve_paths": [
"CocoaMarkdown.framework/*"
],
"ios": {
"source_files": "CocoaMarkdown.framework/Headers/*.h",
"public_header_files": "CocoaMarkdown.framework/Headers/*.h",
"vendored_frameworks": "CocoaMarkdown.framework",
"libraries": "xml2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true
}