瀏覽代碼

Update podspec to include everything from SocketRocket folder.

Nikita Lutsenko 9 年之前
父節點
當前提交
d22287c928
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      SocketRocket.podspec

+ 3 - 1
SocketRocket.podspec

@@ -6,8 +6,10 @@ Pod::Spec.new do |s|
   s.authors            = 'Square'
   s.license            = 'BSD'
   s.source             = { :git => 'https://github.com/facebook/SocketRocket.git', :tag => s.version.to_s }
-  s.source_files       = 'SocketRocket/*.{h,m}'
   s.requires_arc       = true
+  
+  s.source_files       = 'SocketRocket/**/*.{h,m}'
+  s.public_header_files       = 'SocketRocket/*.h'
 
   s.ios.deployment_target  = '6.0'
   s.osx.deployment_target  = '10.8'