Commit 29531c8a authored by _Finder丶Tiwk's avatar _Finder丶Tiwk

#Fix: Cocoapods warning ' A license was specified in podspec but the file does not exist'

parent 1ffd244a
...@@ -9,7 +9,7 @@ Pod::Spec.new do |s| ...@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
A new Flutter plugin make flutter better to use! A new Flutter plugin make flutter better to use!
DESC DESC
s.homepage = 'http://example.com' s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE.md' }
s.author = { 'Alibaba Xianyu' => 'email@example.com' } s.author = { 'Alibaba Xianyu' => 'email@example.com' }
s.source = { :path => '.' } s.source = { :path => '.' }
s.source_files = 'Classes/**/*.{h,m,mm}' s.source_files = 'Classes/**/*.{h,m,mm}'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment