|
|
@ -3,7 +3,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
Pod::Spec.new do |s|
|
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'jpush_flutter'
|
|
|
|
s.name = 'jpush_flutter'
|
|
|
|
s.version = '0.0.1'
|
|
|
|
s.version = '0.0.2'
|
|
|
|
s.summary = 'A new flutter plugin project.'
|
|
|
|
s.summary = 'A new flutter plugin project.'
|
|
|
|
s.description = <<-DESC
|
|
|
|
s.description = <<-DESC
|
|
|
|
A new flutter plugin project.
|
|
|
|
A new flutter plugin project.
|
|
|
@ -18,5 +18,6 @@ A new flutter plugin project.
|
|
|
|
s.dependency 'JPush'
|
|
|
|
s.dependency 'JPush'
|
|
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
|
|
|
|
s.static_framework = true
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|