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