Skip to content

Commit

Permalink
Update SwiftEvents.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
denissimon committed Oct 30, 2023
1 parent 28b9cba commit 898aa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftEvents.podspec
Original file line number Diff line number Diff line change
@@ -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<T> for notifications and Observable<T> for data binding.'
s.summary = 'A thread-safe library for creating and observing events. Includes Event<T> for notifications and Observable<T> for data binding.'
s.license = { :type => 'MIT' }

s.swift_versions = ['5']
Expand Down

0 comments on commit 898aa46

Please sign in to comment.