We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b11d9 commit acb482fCopy full SHA for acb482f
1 file changed
NestedPublished.podspec
@@ -0,0 +1,10 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'NestedPublished'
3
+ s.version = '1.0.0'
4
+ s.summary = 'A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObject's objectWillChange.'
5
+ s.homepage = 'https://github.com/amzd/NestedPublished'
6
+ s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
7
+ s.source = { :git => 'https://github.com/amzd/NestedPublished.git', :tag => s.version.to_s }
8
+ s.ios.deployment_target = '11.0'
9
+ s.source_files = 'Sources/**/*.swift'
10
+end
0 commit comments