From 18eb466f48f1805a5d7886cb210b98ba69067eea Mon Sep 17 00:00:00 2001 From: Rob Phillips Date: Thu, 28 Sep 2017 08:09:36 -0700 Subject: [PATCH] Update podspec + swift version --- .swift-version | 2 +- Down.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.swift-version b/.swift-version index f398a206..389f7740 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 \ No newline at end of file +4.0 \ No newline at end of file diff --git a/Down.podspec b/Down.podspec index b335e05a..3036b7dc 100644 --- a/Down.podspec +++ b/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/**"