Skip to content

Commit acb482f

Browse files
authored
Create NestedPublished.podspec
1 parent 86b11d9 commit acb482f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

NestedPublished.podspec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)