Skip to content

Commit 55486e9

Browse files
authored
Update PublishedObject.podspec
1 parent 9d07616 commit 55486e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PublishedObject.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = 'PublishedObject'
33
s.version = '0.1.4'
44
s.license = { type: 'MIT' }
5-
s.summary = "A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObjects objectWillChange."
5+
s.summary = 'A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObjects objectWillChange.'
66
s.homepage = 'https://github.com/Amzd/PublishedObject'
77
s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
88
s.source = { :git => 'https://github.com/Amzd/PublishedObject.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)