@@ -25,6 +25,6 @@ Tiny, cross platform websocket client C library.
# Build
s.source_files = 'src/*.{h,с}'
s.public_header_files = 'librws.h'
- s.requires_arc = true
+ s.requires_arc = false
s.libraries = 'pthread', 'stdc++'
end