Skip to content

Commit

Permalink
fix: pod spec troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Nov 16, 2023
1 parent b0136e4 commit d82e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream-react-native-webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.summary = package['description']
s.homepage = 'https://github.com/GetStream/react-native-webrtc'
s.license = package['license']
s.author = 'https://github.com/lGetStreamivekit/react-native-webrtc/graphs/contributors'
s.author = 'https://github.com/GetStream/react-native-webrtc/graphs/contributors'
s.source = { :git => '[email protected]:GetStream/react-native-webrtc.git', :tag => 'release #{s.version}' }
s.requires_arc = true

Expand Down

0 comments on commit d82e62c

Please sign in to comment.