File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ hidden: true
77
88| LTS version (Recommended for most users): | Current Version(Latest features) |
99| -------------------------------------------| ----------------------------------|
10- | 4.4.6 | 4.4.6 |
10+ | 4.4.8 | 4.4.8 |
1111
1212
1313
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'metamap_plugin_flutter'
3- s . version = '4.4.6 '
4- s . summary = 'Flutter plugin for Mati SDK'
3+ s . version = '4.4.8 '
4+ s . summary = 'Flutter plugin for MetaMap SDK'
55 s . description = <<-DESC
66Flutter plugin for Mati SDK
77 DESC
88 s . homepage = 'http://getmati.com'
99 s . license = { :file => '../LICENSE' }
10- s . author = { 'Mati ' => 'avetik.sukiasyan@metamap.com' }
10+ s . author = { 'MetaMap ' => 'avetik.sukiasyan@metamap.com' }
1111 s . source = { :path => '.' }
1212 s . source_files = 'Classes/**/*'
1313 s . dependency 'Flutter'
1414 s . platform = :ios , '13'
1515 s . static_framework = true
16- s . dependency 'MetaMapSDK' , "3.22.4 "
16+ s . dependency 'MetaMapSDK' , "3.22.5 "
1717 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1818 s . swift_version = '5.0'
1919end
Original file line number Diff line number Diff line change 11name : metamap_plugin_flutter
22description : Flutter plugin for Mati SDK.
33
4- version : 4.4.7
4+ version : 4.4.8
55homepage : ' https://github.com/GetMati/mati-flutter-plugin'
66
77environment :
You can’t perform that action at this time.
0 commit comments