From f13e25b72e718e5622b4d560431ef1449a934ac8 Mon Sep 17 00:00:00 2001 From: Marin Todorov Date: Sun, 15 Mar 2020 22:05:37 +0100 Subject: [PATCH] * updates pod file --- CombineDataSources.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CombineDataSources.podspec b/CombineDataSources.podspec index a22b490..dc4e1ed 100644 --- a/CombineDataSources.podspec +++ b/CombineDataSources.podspec @@ -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'