We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d07616 commit 55486e9Copy full SHA for 55486e9
1 file changed
PublishedObject.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
s.name = 'PublishedObject'
3
s.version = '0.1.4'
4
s.license = { type: 'MIT' }
5
- s.summary = "A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObjects objectWillChange."
+ s.summary = 'A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObjects objectWillChange.'
6
s.homepage = 'https://github.com/Amzd/PublishedObject'
7
s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
8
s.source = { :git => 'https://github.com/Amzd/PublishedObject.git', :tag => s.version.to_s }
0 commit comments