From a4dedab680e32d6d222b3f5973df85042cf50c47 Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Sat, 21 May 2016 11:26:28 +0200 Subject: [PATCH] Fix Podspec. --- ReactiveKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveKit.podspec b/ReactiveKit.podspec index a239a72..9e04164 100644 --- a/ReactiveKit.podspec +++ b/ReactiveKit.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.watchos.deployment_target = '2.0' s.tvos.deployment_target = '9.0' - s.source_files = 'Sources/*.swift', 'ReactiveKit/*.h' + s.source_files = 'Sources/*.swift', 'ReactiveKit/*.{h,m}' s.requires_arc = true end