Fix wrong url in podspec
This commit is contained in:
parent
8fa7390f87
commit
28fc91ea06
|
@ -1,14 +1,15 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "Schedule"
|
||||
s.version = "0.0.1"
|
||||
s.version = "0.0.2"
|
||||
s.summary = "Swift Job Schedule."
|
||||
s.homepage = "https://github.com/jianstm/Schedule"
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
s.author = { "Quentin Jin" => "jianstm@gmail.com" }
|
||||
s.source = { :git => "https://github.com/jianstm/Schedule",
|
||||
s.source = { :git => "https://github.com/jianstm/Schedule.git",
|
||||
:tag => "#{s.version}" }
|
||||
s.source_files = "Sources/Schedule/*.swift"
|
||||
s.requires_arc = true
|
||||
s.swift_version = "4.0"
|
||||
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.osx.deployment_target = "10.9"
|
||||
|
|
Loading…
Reference in New Issue