Skip to content

Commit

Permalink
Re-Added Podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoliveira committed Jan 16, 2019
1 parent f37c491 commit dec1246
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions MarkdownKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "MarkdownKit"
s.version = "1.2"
s.summary = "MarkdownKit is a customizable and extensible Markdown parser for iOS."
s.description = <<-DESC
MarkdownKit is a customizable and extensible Markdown parser for iOS.
It supports many of the standard Markdown elements through the use of Regular
Expressions. It also allows customization of font and color attributes for
all the Markdown elements.
DESC
s.homepage = "https://github.com/ivanbruel/MarkdownKit"
s.screenshots = "https://raw.githubusercontent.com/ivanbruel/MarkdownKit/master/Resources/MarkdownKitExample.png"
s.license = {:type => "MIT", :file => "LICENSE"}
s.author = {"Ivan Bruel" => "[email protected]"}
s.source = {:git => "https://github.com/ivanbruel/MarkdownKit.git", :tag => s.version.to_s}
s.social_media_url = "https://twitter.com/ivanbruel"

s.ios.deployment_target = "9.0"

s.source_files = "MarkdownKit/Classes/**/*"
s.frameworks = "UIKit"
end

0 comments on commit dec1246

Please sign in to comment.