Skip to content

Commit e567172

Browse files
committed
Adds homepage and swift-version
1 parent 8068a77 commit e567172

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Differentiator.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Pod::Spec.new do |s|
77
RxDataSources is powered by Differentiator.
88
DESC
99

10+
s.homepage = "https://github.com/RxSwiftCommunity/RxDataSources"
1011
s.license = 'MIT'
1112
s.author = { "Krunoslav Zaher" => "[email protected]" }
1213
s.source = { :git => "https://github.com/RxSwiftCommunity/RxDataSources.git", :tag => s.version.to_s }

RxDataSources.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data
2828
.disposed(by: disposeBag)
2929
```
3030
DESC
31-
31+
s.homepage = "https://github.com/RxSwiftCommunity/RxDataSources"
3232
s.license = 'MIT'
3333
s.author = { "Krunoslav Zaher" => "[email protected]" }
3434
s.source = { :git => "https://github.com/RxSwiftCommunity/RxDataSources.git", :tag => s.version.to_s }

0 commit comments

Comments
 (0)