From 898aa461d5f760ea7eefc571572d5427e1623b96 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 31 Oct 2023 04:38:33 +0500 Subject: [PATCH] Update SwiftEvents.podspec --- SwiftEvents.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftEvents.podspec b/SwiftEvents.podspec index 09292e0..9d0637b 100755 --- a/SwiftEvents.podspec +++ b/SwiftEvents.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = 'SwiftEvents' - s.version = '1.3.0' + s.version = '2.0.0' s.homepage = 'https://github.com/denissimon/SwiftEvents' s.authors = { 'Denis Simon' => 'denis.v.simon@gmail.com' } - s.summary = 'A library for creating and observing events. Includes Event for notifications and Observable for data binding.' + s.summary = 'A thread-safe library for creating and observing events. Includes Event for notifications and Observable for data binding.' s.license = { :type => 'MIT' } s.swift_versions = ['5']