Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rob phillips committed May 31, 2016
1 parent a10d32a commit d7c2670
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Down.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "Down"
spec.summary = "Blazing fast Markdown rendering in Swift, built upon cmark."
spec.version = "0.1"
spec.homepage = "https://github.com/iwasrobbed/Down"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Rob Phillips" => "rob@desideratalabs.co" }
spec.source = { :git => "https://github.com/iwasrobbed/Down.git", :tag => "v" + spec.version.to_s }
spec.source_files = "Source/**/*"
spec.platform = :ios, "9.0"
spec.requires_arc = true
spec.module_name = "Down"
end

0 comments on commit d7c2670

Please sign in to comment.