Skip to content

Commit

Permalink
Adds homepage and swift-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 15, 2017
1 parent 8068a77 commit e567172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Differentiator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
RxDataSources is powered by Differentiator.
DESC

s.homepage = "https://github.com/RxSwiftCommunity/RxDataSources"
s.license = 'MIT'
s.author = { "Krunoslav Zaher" => "[email protected]" }
s.source = { :git => "https://github.com/RxSwiftCommunity/RxDataSources.git", :tag => s.version.to_s }
Expand Down
2 changes: 1 addition & 1 deletion RxDataSources.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data
.disposed(by: disposeBag)
```
DESC

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

0 comments on commit e567172

Please sign in to comment.