Skip to content

Commit

Permalink
fix pod name for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed May 4, 2024
1 parent 41028c8 commit ba58475
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- Flutter (1.0.0)
- ccid (0.0.1):
- ccid (0.1.1):
- Flutter
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter

DEPENDENCIES:
- Flutter (from `Flutter`)
- ccid (from `.symlinks/plugins/ccid/ios`)
- Flutter (from `Flutter`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)

EXTERNAL SOURCES:
Flutter:
:path: Flutter
ccid:
:path: ".symlinks/plugins/ccid/ios"
Flutter:
:path: Flutter
integration_test:
:path: ".symlinks/plugins/integration_test/ios"

SPEC CHECKSUMS:
ccid: f196fb7dc141fa1ee3497ee6e5486a483f1ef9d1
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
ccid: 3e487d29d95db69b4fa8aa29da7f714adb37a28a
integration_test: 13825b8a9334a850581300559b8839134b124670

PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
Expand Down
10 changes: 5 additions & 5 deletions ios/flutter_ccid.podspec → ios/ccid.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
Pod::Spec.new do |s|
s.name = 'ccid'
s.version = '0.0.1'
s.summary = 'A new Flutter project.'
s.version = '0.1.1'
s.summary = 'Flutter CCID Plugin.'
s.description = <<-DESC
A new Flutter project.
A Flutter plugin for CCID support on iOS.
DESC
s.homepage = 'http://example.com'
s.homepage = 'http://nfc.im'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
s.author = { 'nfcim' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
Expand Down
11 changes: 5 additions & 6 deletions macos/ccid.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
#
Pod::Spec.new do |s|
s.name = 'ccid'
s.version = '0.0.1'
s.summary = 'A new Flutter project.'
s.version = '0.1.1'
s.summary = 'Flutter CCID Plugin.'
s.description = <<-DESC
A new Flutter project.
A Flutter plugin for CCID support on macOS.
DESC
s.homepage = 'http://example.com'
s.homepage = 'http://nfc.im'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }

s.author = { 'nfcim' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'
Expand Down

0 comments on commit ba58475

Please sign in to comment.