Skip to content

Commit

Permalink
Update podspec + swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Phillips committed Sep 28, 2017
1 parent 5c92541 commit 18eb466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.0
4.0
4 changes: 2 additions & 2 deletions Down.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |spec|
spec.name = "Down"
spec.summary = "Blazing fast Markdown rendering in Swift, built upon cmark."
spec.version = "0.3.5"
spec.version = "0.4.0"
spec.homepage = "https://github.com/iwasrobbed/Down"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Rob Phillips" => "rob@desideratalabs.co" }
spec.authors = { "Rob Phillips" => "rob@robphillips.me" }
spec.source = { :git => "https://github.com/iwasrobbed/Down.git", :tag => "v" + spec.version.to_s }
spec.source_files = "Source/{cmark,Enums & Options,Extensions,Renderers}/**", "Source/*"
spec.ios.source_files = "Source/Views/**"
Expand Down

0 comments on commit 18eb466

Please sign in to comment.