2 "name": "CocoaMarkdown",
4 "summary": "Markdown parsing and rendering for iOS and OS X",
5 "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.",
6 "homepage": "https://github.com/LetaiefAymen/CocoaMarkdown",
8 "authors": "Aymen letaief",
13 "git": "https://github.com/LetaiefAymen/CocoaMarkdown.git",
17 "CocoaMarkdown.framework/*"
20 "source_files": "CocoaMarkdown.framework/Headers/*.h",
21 "public_header_files": "CocoaMarkdown.framework/Headers/*.h",
22 "vendored_frameworks": "CocoaMarkdown.framework",
26 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"