Skip to content

Commit 4add956

Browse files
authored
Update podspec homepage to fix react native link
I kept on getting the following error when running `react native link` ``` [!] The `react-native-static-server` pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute `homepage`. - WARN | source: Git sources should specify a tag. - WARN | description: The description is equal to the summary. ``` Switching the homepage to point at the repository link fixes this.
1 parent fb628e9 commit 4add956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-static-server.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.description = package['description']
1010
s.license = package['license']
1111
s.author = package['author']
12-
s.homepage = package['homepage']
12+
s.homepage = package['repository']
1313
s.source = { :git => 'https://github.com/futurepress/react-native-static-server.git' }
1414

1515
s.requires_arc = true

0 commit comments

Comments
 (0)