[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / 9 / CocoaMarkdown / 1.2.6 / CocoaMarkdown.podspec.json
blobe3ebd5b80230fe334a9351d089432ee8c17f71c8
2   "name": "CocoaMarkdown",
3   "version": "1.2.6",
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",
7   "license": "MIT",
8   "authors": "Aymen letaief",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/LetaiefAymen/CocoaMarkdown.git",
14     "tag": "1.2.6"
15   },
16   "preserve_paths": [
17     "CocoaMarkdown.framework/*"
18   ],
19   "ios": {
20     "source_files": "CocoaMarkdown.framework/Headers/*.h",
21     "public_header_files": "CocoaMarkdown.framework/Headers/*.h",
22     "vendored_frameworks": "CocoaMarkdown.framework",
23     "libraries": "xml2"
24   },
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   },
28   "requires_arc": true