From df27673f8d3059d7596a79888ba679960e7631e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa?= Date: Mon, 24 Aug 2015 07:08:39 +0200 Subject: [PATCH] Update RxCocoa.podspec --- RxCocoa.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa.podspec b/RxCocoa.podspec index b69c1e3a..e3bf50e4 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' - s.source_files = 'RxCocoa/RxCocoa.h', 'RxCocoa/RxCocoa/Common/**/*.{swift,h,m}' + s.source_files = 'RxCocoa/RxCocoa.h', 'RxCocoa/Common/**/*.{swift,h,m}' s.ios.source_files = 'RxCocoa/iOS/**/*.swift' s.osx.source_files = 'RxCocoa/OSX/**/*.swift'