修复IOS无法启动问题
This commit is contained in:
parent
4ce1cd80da
commit
49d9d6a9de
|
|
@ -3,11 +3,11 @@
|
|||
# Run `pod lib lint app_upgrade_plugin.podspec` to validate before publishing.
|
||||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'app_upgrade_plugin'
|
||||
s.version = '0.0.1'
|
||||
s.summary = 'A new Flutter plugin project.'
|
||||
s.name = 'yx_app_upgrade_flutter'
|
||||
s.version = '1.0.0'
|
||||
s.summary = 'A universal, robust, and high-performance Flutter app upgrade plugin.'
|
||||
s.description = <<-DESC
|
||||
A new Flutter plugin project.
|
||||
A universal, robust, and high-performance Flutter app upgrade plugin with smart update features.
|
||||
DESC
|
||||
s.homepage = 'http://example.com'
|
||||
s.license = { :file => '../LICENSE' }
|
||||
Loading…
Reference in New Issue