File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ Pod::Spec.new do |s|
11
11
s . version = '1.0.1'
12
12
s . summary = "A RxSwift wrapper for Instagram IGListKit."
13
13
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
-
20
14
s . description = <<-DESC
21
15
A RxSwift wrapper for Instagram IGListKit - A data-driven UICollectionView framework for building fast and flexible lists.
22
16
RxIGListKit bring IGListKit into Reactive world.
@@ -31,17 +25,11 @@ Pod::Spec.new do |s|
31
25
32
26
s . ios . deployment_target = '8.0'
33
27
s . tvos . deployment_target = '9.0'
34
- s . osx . deployment_target = '10.11'
35
28
36
29
s . swift_version = '5.0'
37
30
38
31
s . source_files = 'RxIGListKit/Classes/**/*'
39
-
40
- # s.resource_bundles = {
41
- # 'RxIGListKit' => ['RxIGListKit/Assets/*.png']
42
- # }
43
32
44
- # s.public_header_files = 'Pod/Classes/**/*.h'
45
33
# s.frameworks = 'UIKit', 'MapKit'
46
34
s . dependency 'RxCocoa'
47
35
s . dependency 'IGListKit'
You can’t perform that action at this time.
0 commit comments