Skip to content

Commit

Permalink
bump podspec for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Feb 22, 2020
1 parent 9efbecc commit 1744af9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Schedule.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1744af9

Please sign in to comment.