uws-react-native 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
20
  s.private_header_files = "apple/**/*.h"
21
21
 
22
22
  # zlib
23
- s.libraries = "z"
23
+ s.libraries = "z"
24
24
 
25
25
  s.pod_target_xcconfig = {
26
26
  # Fix IPV6_RECVPKTINFO undeclared for uSockets
@@ -33,12 +33,6 @@ Pod::Spec.new do |s|
33
33
  ss.header_mappings_dir = "cpp"
34
34
  end
35
35
 
36
- s.subspec "bridging" do |ss|
37
- ss.source_files = "cpp/bridging/**/*.h"
38
- ss.project_header_files = "cpp/bridging/**/*.h"
39
- ss.header_mappings_dir = "cpp"
40
- end
41
-
42
36
  s.subspec "jsi" do |ss|
43
37
  ss.source_files = "cpp/jsi/**/*.h"
44
38
  ss.project_header_files = "cpp/jsi/**/*.h"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uws-react-native",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "The port of uWebSockets library for React Native",
5
5
  "license": "Apache-2.0",
6
6
  "author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",