Skip to content

Commit 4c3a611

Browse files
authored
RN 0.60.5 support
`pod install` will error out unless a homepage is set
1 parent ad3e114 commit 4c3a611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNDynamicBundle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.description = <<-DESC
77
RNDynamicBundle
88
DESC
9-
s.homepage = ""
9+
s.homepage = "https://github.com/mauritsd/react-native-dynamic-bundle"
1010
s.license = "MIT"
1111
s.author = { "author" => "mauritsdijkstra@gmail.com" }
1212
s.platform = :ios, "7.0"

0 commit comments

Comments
 (0)