File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
Pod ::Spec . new do |s |
10
10
s . name = 'RxIGListKit'
11
11
s . version = '1.0.0'
12
- s . summary = 'A short description of RxIGListKit.'
12
+ s . summary = "A RxSwift wrapper for Instagram IGListKit."
13
13
14
14
# This description is used to generate tags and improve search results.
15
15
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,7 +18,8 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s . description = <<-DESC
21
- TODO: Add long description of the pod here.
21
+ A RxSwift wrapper for Instagram IGListKit - A data-driven UICollectionView framework for building fast and flexible lists.
22
+ RxIGListKit bring IGListKit into Reactive world.
22
23
DESC
23
24
24
25
s . homepage = 'https://github.com/Bruce-pac/RxIGListKit'
@@ -29,6 +30,7 @@ TODO: Add long description of the pod here.
29
30
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30
31
31
32
s . ios . deployment_target = '8.0'
33
+ s . swift_version = '5.0'
32
34
33
35
s . source_files = 'RxIGListKit/Classes/**/*'
34
36
You can’t perform that action at this time.
0 commit comments