From b4414eb7124d249cc13aa7e14715974e9d4a30e2 Mon Sep 17 00:00:00 2001 From: Eugene Pravda Date: Thu, 29 Sep 2016 13:59:21 +0300 Subject: [PATCH] update podspec --- Segmentio.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segmentio.podspec b/Segmentio.podspec index 8c4b0dd..ef0e50a 100644 --- a/Segmentio.podspec +++ b/Segmentio.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| spec.source_files = 'Segmentio/Source/**/*.swift' spec.resources = 'Segmentio/Source/Badge/Views/**/*.xib' - + spec.resource_bundle = { 'Segmentio' => 'Segmentio/Source/Badge/Views/*.xib' } spec.module_name = 'Segmentio' spec.requires_arc = true end