From ba5847556ce9f4c6738c0fc5b710842a32aa3dc4 Mon Sep 17 00:00:00 2001 From: Fan DANG Date: Sat, 4 May 2024 21:22:03 +0800 Subject: [PATCH] fix pod name for iOS --- example/ios/Podfile.lock | 12 ++++++------ ios/{flutter_ccid.podspec => ccid.podspec} | 10 +++++----- macos/ccid.podspec | 11 +++++------ 3 files changed, 16 insertions(+), 17 deletions(-) rename ios/{flutter_ccid.podspec => ccid.podspec} (74%) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6556d97..d22fb75 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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 diff --git a/ios/flutter_ccid.podspec b/ios/ccid.podspec similarity index 74% rename from ios/flutter_ccid.podspec rename to ios/ccid.podspec index e85c668..6d0e583 100644 --- a/ios/flutter_ccid.podspec +++ b/ios/ccid.podspec @@ -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@example.com' } + s.author = { 'nfcim' => 'info@nfc.im' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' diff --git a/macos/ccid.podspec b/macos/ccid.podspec index c61efb1..e8c2214 100644 --- a/macos/ccid.podspec +++ b/macos/ccid.podspec @@ -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@example.com' } - + s.author = { 'nfcim' => 'info@nfc.im' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'FlutterMacOS'