Skip to content

Commit

Permalink
Update react-native-udp.podspec (#83)
Browse files Browse the repository at this point in the history
* Update react-native-udp.podspec

I found the bug on the iOS build 'React/RCTAssert.h' file not found
  • Loading branch information
zi6xuan authored and mvayngrib committed Apr 1, 2019
1 parent 9970884 commit ed1c8a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react-native-udp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +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'

end

0 comments on commit ed1c8a7

Please sign in to comment.