Browse Source

Release 1.0.0

OlehKulykov 10 years ago
parent
commit
b4d7891353
1 changed files with 1 additions and 1 deletions
  1. 1 1
      librws.podspec

+ 1 - 1
librws.podspec

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