Skip to content

Commit f49c10f

Browse files
committed
Fixed podspec LICENSE
1 parent 5afaf5f commit f49c10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeaverDI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.version = `cat .version`
44
s.summary = 'Declarative, easy-to-use and safe Dependency Injection framework for Swift (iOS/macOS/Linux).'
55
s.homepage = 'https://github.com/scribd/Weaver'
6-
s.license = { :type => 'MIT', :file => 'LICENSE' }
6+
s.license = { :type => 'MIT', :text => `cat LICENSE` }
77
s.author = { 'Theophane Rupin' => '[email protected]' }
88
s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/weaver-#{s.version}.zip" }
99
s.preserve_paths = '*'

0 commit comments

Comments
 (0)