Skip to content

Commit

Permalink
fixed cocoapods 1.0.0 lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed May 16, 2016
1 parent d403d68 commit 90ac255
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions LeanplumSegment.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 90ac255

Please sign in to comment.