Skip to content

Commit 362795e

Browse files
authored
Merge pull request #8 from icanzilb/master
Updates pod file
2 parents 02a53b1 + f13e25b commit 362795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CombineDataSources.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'CombineDataSources'
3-
s.version = '0.2.4'
3+
s.version = '0.2.5'
44
s.summary = 'CombineDataSources provides custom Combine subscribers for collection/table view'
55
s.description = <<-DESC
66
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.
77
DESC
88
s.homepage = 'https://github.com/CombineCommunity/CombineDataSources'
99
s.license = 'MIT'
10-
s.author = { 'Marin Todorov' => 'your emal here :)' }
10+
s.author = { 'Marin Todorov' => '[email protected]' }
1111
s.ios.deployment_target = '13.0'
1212
s.source = { :git => 'https://github.com/CombineCommunity/CombineDataSources.git', :tag => s.version.to_s }
1313
s.source_files = 'Sources/**/*.swift'

0 commit comments

Comments
 (0)