修复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.
|
# Run `pod lib lint app_upgrade_plugin.podspec` to validate before publishing.
|
||||||
#
|
#
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'app_upgrade_plugin'
|
s.name = 'yx_app_upgrade_flutter'
|
||||||
s.version = '0.0.1'
|
s.version = '1.0.0'
|
||||||
s.summary = 'A new Flutter plugin project.'
|
s.summary = 'A universal, robust, and high-performance Flutter app upgrade plugin.'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
A new Flutter plugin project.
|
A universal, robust, and high-performance Flutter app upgrade plugin with smart update features.
|
||||||
DESC
|
DESC
|
||||||
s.homepage = 'http://example.com'
|
s.homepage = 'http://example.com'
|
||||||
s.license = { :file => '../LICENSE' }
|
s.license = { :file => '../LICENSE' }
|
||||||
Loading…
Reference in New Issue