From 90ac2557fea8d94b0cfb0b7ad50352072faa5175 Mon Sep 17 00:00:00 2001 From: Ben Marten Date: Mon, 16 May 2016 13:39:09 -0700 Subject: [PATCH] fixed cocoapods 1.0.0 lint issue --- LeanplumSegment.podspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/LeanplumSegment.podspec b/LeanplumSegment.podspec index ae9b15b..a68b682 100644 --- a/LeanplumSegment.podspec +++ b/LeanplumSegment.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "LeanplumSegment" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "Leanplum SDK integration for the Segment iOS SDK." s.description = "Mobile A/B testing, personalization & analytics in one powerful platform." s.homepage = 'https://www.leanplum.com' @@ -22,9 +22,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Leanplum/Leanplum-Segment-iOS.git", :tag => s.version.to_s } s.source_files = 'Pod/Classes/**/*' - s.resource_bundles = { - 'LeanplumSegment' => ['Pod/Assets/*.png'] - } # s.public_header_files = 'Pod/Classes/**/*.h' s.dependency 'Analytics', '~> 3'