Skip to content

Updates pod file #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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' => 'touch-code-magazine@gmail.com' }
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