Skip to content

Commit e985271

Browse files
Merge pull request #4 from CaiJingLong/master
support static_framework
2 parents d0a8007 + e9e0e3d commit e985271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/jpush_flutter.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'jpush_flutter'
6-
s.version = '0.0.1'
6+
s.version = '0.0.2'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -18,5 +18,6 @@ A new flutter plugin project.
1818
s.dependency 'JPush'
1919

2020
s.ios.deployment_target = '8.0'
21+
s.static_framework = true
2122
end
2223

0 commit comments

Comments
 (0)