From 2847f2a385f1e6eb9ddc6cef7c7eacf404389874 Mon Sep 17 00:00:00 2001 From: Serg Krivoblotsky Date: Mon, 11 Nov 2013 19:21:58 +0200 Subject: [PATCH] Spec --- APTimeZones.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APTimeZones.podspec b/APTimeZones.podspec index 7e63926..02b019f 100644 --- a/APTimeZones.podspec +++ b/APTimeZones.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| :git => 'https://github.com/Alterplay/APTimeZones.git', :tag => '1.1' } - s.source_files = 'APTimeZones' + s.source_files = 'APTimeZones/**/*.{h,m}' s.requires_arc = true s.frameworks = 'CoreLocation' s.resources = 'APTimeZones/timezonesDB.json'