File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33# Run `pod lib lint flutter_advertising_id.podspec` to validate before publishing.
44#
55Pod ::Spec . new do |s |
6- s . name = 'flutter_advertising_id '
6+ s . name = 'advertising_id_flutter '
77 s . version = '0.0.1'
88 s . summary = 'A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS) and advertising ID (on Android).'
99 s . description = <<-DESC
@@ -13,7 +13,7 @@ A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingI
1313 s . license = { :file => '../LICENSE' }
1414 s . author = { 'Your Company' => 'email@example.com' }
1515 s . source = { :path => '.' }
16- s . source_files = 'flutter_advertising_id /Sources/flutter_advertising_id /**/*'
16+ s . source_files = 'advertising_id_flutter /Sources/advertising_id_flutter /**/*'
1717 s . dependency 'Flutter'
1818 s . platform = :ios , '14.0'
1919
@@ -25,5 +25,5 @@ A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingI
2525 # required reason APIs, update the PrivacyInfo.xcprivacy file to describe your
2626 # plugin's privacy impact, and then uncomment this line. For more information,
2727 # see https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
28- # s.resource_bundles = {'flutter_advertising_id_privacy ' => ['flutter_advertising_id /Sources/flutter_advertising_id /PrivacyInfo.xcprivacy']}
28+ s . resource_bundles = { 'advertising_id_flutter_privacy ' => [ 'advertising_id_flutter /Sources/advertising_id_flutter /PrivacyInfo.xcprivacy' ] }
2929end
Original file line number Diff line number Diff line change 33# Run `pod lib lint flutter_advertising_id.podspec` to validate before publishing.
44#
55Pod ::Spec . new do |s |
6- s . name = 'flutter_advertising_id '
6+ s . name = 'advertising_id_flutter '
77 s . version = '0.0.1'
88 s . summary = 'A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS) and advertising ID (on Android).'
99 s . description = <<-DESC
@@ -14,13 +14,13 @@ A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingI
1414 s . author = { 'Your Company' => 'email@example.com' }
1515
1616 s . source = { :path => '.' }
17- s . source_files = 'flutter_advertising_id /Sources/flutter_advertising_id /**/*'
17+ s . source_files = 'advertising_id_flutter /Sources/advertising_id_flutter /**/*'
1818
1919 # If your plugin requires a privacy manifest, for example if it collects user
2020 # data, update the PrivacyInfo.xcprivacy file to describe your plugin's
2121 # privacy impact, and then uncomment this line. For more information,
2222 # see https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
23- # s.resource_bundles = {'flutter_advertising_id_privacy ' => ['flutter_advertising_id /Sources/flutter_advertising_id /PrivacyInfo.xcprivacy']}
23+ s . resource_bundles = { 'advertising_id_flutter_privacy ' => [ 'advertising_id_flutter /Sources/advertising_id_flutter /PrivacyInfo.xcprivacy' ] }
2424
2525 s . dependency 'FlutterMacOS'
2626
You can’t perform that action at this time.
0 commit comments