Skip to content

Commit e55aa57

Browse files
tido64matt-oakes
authored andcommitted
fix(iOS): correct tag so CocoaPods can clone the repo (#167 by @tido64)
1 parent 6494d89 commit e55aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-netinfo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platforms = { :ios => "9.0", :tvos => "9.2" }
1414

15-
s.source = { :git => "https://github.com/react-native-community/react-native-netinfo.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/react-native-community/react-native-netinfo.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'

0 commit comments

Comments
 (0)