Commit 4add956
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
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments