Skip to content

Commit

Permalink
Update react-native-udp.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiR committed Nov 18, 2019
1 parent d9f1ffc commit a90e2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-udp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = { :git => package_json["repository"]["url"].gsub(/(http.*)/).first, :tag => "v#{s.version}" }
s.source_files = 'ios/**/*.{h,m}'
s.dependency 'React'


s.dependency "React"
end

0 comments on commit a90e2b5

Please sign in to comment.