Skip to content

Commit 091021a

Browse files
committedJun 24, 2019
修复iOS集成错误
1 parent efef908 commit 091021a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

Diff for: ‎ios/flutter_growingio_track.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Flutter Plugin For GrowingIO track
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18+
s.dependency 'GrowingCoreKit'
1819

1920
s.ios.deployment_target = '8.0'
2021
end

Diff for: ‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_growingio_track
22
description: Flutter Plugin For GrowingIO SDK, is used for calling GrowingIO api in flutter.
3-
version: 2.6.0
3+
version: 2.6.1
44
author: ldk <ldkxingzhe@gmail.com>
55
homepage: https://github.com/growingio/flutter-growingio-track
66

0 commit comments

Comments
 (0)
Please sign in to comment.