代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = 'CocoaMarkdown'
s.version = '1.0'
s.summary = 'Markdown parsing and rendering for iOS and OS X'
s.description = "CocoaMarkdown aims to solve two primary problems better than existing libraries:
More flexibility. CocoaMarkdown allows you to define custom parsing hooks or even traverse the Markdown AST using the low-level API.
Efficient 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."
s.homepage = 'https://github.com/indragiek/CocoaMarkdown'
s.license = 'MIT'
s.author = "Indragie Karunaratne"
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.source = { :git => 'https://github.com/indragiek/CocoaMarkdown.git' }
s.source_files = 'CocoaMarkdown'
s.private_header_files = 'CocoaMarkdown/*_Private.h'
s.ios.framework = 'UIKit'
s.osx.framework = 'Cocoa'
s.requires_arc = true
s.dependency 'cmark', '~> 0.21.0'
s.dependency 'Ono', '~> 1.1.3'
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。