We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afaf5f commit f49c10fCopy full SHA for f49c10f
WeaverDI.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
s.version = `cat .version`
4
s.summary = 'Declarative, easy-to-use and safe Dependency Injection framework for Swift (iOS/macOS/Linux).'
5
s.homepage = 'https://github.com/scribd/Weaver'
6
- s.license = { :type => 'MIT', :file => 'LICENSE' }
+ s.license = { :type => 'MIT', :text => `cat LICENSE` }
7
s.author = { 'Theophane Rupin' => '[email protected]' }
8
s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/weaver-#{s.version}.zip" }
9
s.preserve_paths = '*'
0 commit comments