Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
Note will failed until Swiftz publish its spec. See typelift/Swiftz#327
  • Loading branch information
François Benaiteau committed Apr 27, 2017
1 parent 4141922 commit 1be394e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tyro.podspec
Original file line number Diff line number Diff line change
@@ -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" }

Expand All @@ -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

0 comments on commit 1be394e

Please sign in to comment.