Skip to content

Commit adc6dd2

Browse files
陈玉国陈玉国
authored andcommitted
modify podspec
1 parent 02bdb14 commit adc6dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ios/sensors_analytics_flutter_plugin.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Pod::Spec.new do |s|
88
s.description = <<-DESC
99
A new flutter plugin project.
1010
DESC
11-
s.homepage = 'https://github.com/sensorsdata/sensors_analytics_flutter_plugin'
11+
s.homepage = 'https://www.sensorsdata.cn/'
1212
s.license = { :file => '../LICENSE' }
13-
s.author = { 'sensorsdata' => '[email protected]' }
14-
s.source = { :path => '.' }
15-
s.source_files = 'Classes/**/*'
13+
s.author = { "caojiang" => "[email protected]" }
14+
s.source = { :git => 'https://github.com/sensorsdata/sensors_analytics_flutter_plugin.git', :tag => "v#{s.version}" }
15+
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '9.0'

0 commit comments

Comments
 (0)