Skip to content

Commit fdda428

Browse files
committed
Fix: pod lib lint error
1 parent ef5cb22 commit fdda428

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

RxIGListKit.podspec

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ Pod::Spec.new do |s|
1111
s.version = '1.0.1'
1212
s.summary = "A RxSwift wrapper for Instagram IGListKit."
1313

14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
2014
s.description = <<-DESC
2115
A RxSwift wrapper for Instagram IGListKit - A data-driven UICollectionView framework for building fast and flexible lists.
2216
RxIGListKit bring IGListKit into Reactive world.
@@ -31,17 +25,11 @@ Pod::Spec.new do |s|
3125

3226
s.ios.deployment_target = '8.0'
3327
s.tvos.deployment_target = '9.0'
34-
s.osx.deployment_target = '10.11'
3528

3629
s.swift_version = '5.0'
3730

3831
s.source_files = 'RxIGListKit/Classes/**/*'
39-
40-
# s.resource_bundles = {
41-
# 'RxIGListKit' => ['RxIGListKit/Assets/*.png']
42-
# }
4332

44-
# s.public_header_files = 'Pod/Classes/**/*.h'
4533
# s.frameworks = 'UIKit', 'MapKit'
4634
s.dependency 'RxCocoa'
4735
s.dependency 'IGListKit'

0 commit comments

Comments
 (0)