From aaeba611179ab82e22f3329614f347dee9d70315 Mon Sep 17 00:00:00 2001 From: Eugene Pravda Date: Wed, 28 Sep 2016 18:48:11 +0300 Subject: [PATCH] specupdate --- Segmentio.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segmentio.podspec b/Segmentio.podspec index 98bc1b0..123c1e9 100644 --- a/Segmentio.podspec +++ b/Segmentio.podspec @@ -16,8 +16,8 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/Yalantis/Segmentio.git", :tag => spec.version } spec.source_files = 'Segmentio/Source/**/*.swift' - spec.resource_bundles = 'Segmentio/Source/**/*.xib' - } + spec.resources = 'Segmentio/Source/Badge/Views/**/*.xib' + spec.module_name = 'Segmentio' spec.requires_arc = true end