From 1be394ecf93872ce5a18336b242bfec1760ebc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Benaiteau?= Date: Thu, 27 Apr 2017 14:22:02 +0800 Subject: [PATCH] Update Podspec Note will failed until Swiftz publish its spec. See https://github.com/typelift/Swiftz/issues/327 --- Tyro.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tyro.podspec b/Tyro.podspec index 4dd1f75..97a2241 100644 --- a/Tyro.podspec +++ b/Tyro.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = "Tyro" - s.version = "0.0.8" + s.version = "0.1.0" s.summary = "Functional JSON parsing and encoding." - s.homepage = "https://github.com/typelift/Tyro" + s.homepage = "https://github.com/OpenShelter/Tyro" s.license = { :type => "BSD" } s.authors = { "CodaFi" => "devteam.codafi@gmail.com", "pthariensflame" => "alexanderaltman@me.com", "mpurland" => "m.purland@gmail.com" } @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.tvos.deployment_target = "9.1" s.watchos.deployment_target = "2.1" - s.source = { :git => "https://github.com/typelift/Tyro.git", :tag => "v#{s.version}", :submodules => true } + s.source = { :git => "https://github.com/OpenShelter/Tyro.git", :tag => "v#{s.version}", :submodules => true } s.source_files = "Tyro/*.swift" s.dependency "Swiftz" end