Skip to content

Commit

Permalink
Merge pull request #8 from icanzilb/master
Browse files Browse the repository at this point in the history
Updates pod file
  • Loading branch information
icanzilb authored Mar 15, 2020
2 parents 02a53b1 + f13e25b commit 362795e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CombineDataSources.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'CombineDataSources'
s.version = '0.2.4'
s.version = '0.2.5'
s.summary = 'CombineDataSources provides custom Combine subscribers for collection/table view'
s.description = <<-DESC
CombineDataSources provides custom Combine subscribers that act as table and collection view controllers and bind a stream of element collections to table or collection sections with cells.
DESC
s.homepage = 'https://github.com/CombineCommunity/CombineDataSources'
s.license = 'MIT'
s.author = { 'Marin Todorov' => 'your emal here :)' }
s.author = { 'Marin Todorov' => '[email protected]' }
s.ios.deployment_target = '13.0'
s.source = { :git => 'https://github.com/CombineCommunity/CombineDataSources.git', :tag => s.version.to_s }
s.source_files = 'Sources/**/*.swift'
Expand Down

0 comments on commit 362795e

Please sign in to comment.