Skip to content

Commit dec12e1

Browse files
committed
Fix error for podspec validation
1 parent b7071a5 commit dec12e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RxIGListKit.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'RxIGListKit'
1111
s.version = '1.0.0'
12-
s.summary = 'A short description of RxIGListKit.'
12+
s.summary = "A RxSwift wrapper for Instagram IGListKit."
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,7 +18,8 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
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.
2223
DESC
2324

2425
s.homepage = 'https://github.com/Bruce-pac/RxIGListKit'
@@ -29,6 +30,7 @@ TODO: Add long description of the pod here.
2930
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3031

3132
s.ios.deployment_target = '8.0'
33+
s.swift_version = '5.0'
3234

3335
s.source_files = 'RxIGListKit/Classes/**/*'
3436

0 commit comments

Comments
 (0)