Only include swift files

This commit is contained in:
Orta 2015-05-10 20:41:00 +01:00
parent d6c2cfca8b
commit 74cc5f44e2
1 changed files with 1 additions and 2 deletions

View File

@ -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