Skip to content

Commit

Permalink
fix: Add 'homepage' to podspect
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
Rapsssito committed Feb 26, 2021
1 parent 4a08593 commit 0d631df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-native-tcp-socket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.name = "react-native-tcp-socket"
s.version = package['version']
s.summary = package['description']
s.homepage = package['repository']['url']
s.license = package['license']
s.authors = package['author']
s.platforms = { :ios => "9.0", :tvos => "10.0", :osx => "10.14" }
Expand Down

0 comments on commit 0d631df

Please sign in to comment.