From 1744af9459dc6cbacf1800308154268998a2f5ff Mon Sep 17 00:00:00 2001 From: XiangQiu Jin Date: Sat, 22 Feb 2020 20:08:09 +0800 Subject: [PATCH] bump podspec for 2.1.0 --- Schedule.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Schedule.podspec b/Schedule.podspec index 4c87647..a874420 100644 --- a/Schedule.podspec +++ b/Schedule.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "Schedule" - s.version = "2.0.3" + s.version = "2.1.0" s.license = { :type => "MIT" } - s.homepage = "https://github.com/jianstm/Schedule" - s.author = { "Quentin Jin" => "jianstm@gmail.com" } + s.homepage = "https://github.com/luoxiu/Schedule" + s.author = { "Quentin Jin" => "luoxiustm@gmail.com" } s.summary = "Schedule timing task in Swift using a fluent API" - s.source = { :git => "https://github.com/jianstm/Schedule.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/luoxiu/Schedule.git", :tag => "#{s.version}" } s.source_files = "Sources/Schedule/*.swift" s.swift_version = "5.0"