From 74cc5f44e24d7bdde28f5e076da875dd15081a37 Mon Sep 17 00:00:00 2001 From: Orta Date: Sun, 10 May 2015 20:41:00 +0100 Subject: [PATCH] Only include swift files --- RxSwift.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RxSwift.podspec b/RxSwift.podspec index 88b7d34f..9b3e329d 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -28,8 +28,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/kzaher/RxSwift.git", :tag => s.version.to_s } - s.requires_arc = true - s.source_files = 'RxSwift/RxSwift/**/*' + s.source_files = 'RxSwift/RxSwift/**/*.swift' end