From d6c711a385337c380473502fac90d32ad8c037b4 Mon Sep 17 00:00:00 2001 From: It_is_me <464352187@qq.com> Date: Thu, 28 Oct 2021 10:45:55 +0000 Subject: [PATCH] =?UTF-8?q?rename=20ios/crypto.podspec=20to=20ios/cryptox.?= =?UTF-8?q?podspec.=20=E4=BF=AE=E5=A4=8D=E6=94=B9=E5=90=8D=E5=BC=95?= =?UTF-8?q?=E8=B5=B7=E7=9A=84pod=20install=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/{crypto.podspec => cryptox.podspec} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ios/{crypto.podspec => cryptox.podspec} (96%) diff --git a/ios/crypto.podspec b/ios/cryptox.podspec similarity index 96% rename from ios/crypto.podspec rename to ios/cryptox.podspec index ee0aae4..16b8cd0 100644 --- a/ios/crypto.podspec +++ b/ios/cryptox.podspec @@ -3,7 +3,7 @@ # Run `pod lib lint crypto.podspec` to validate before publishing. # Pod::Spec.new do |s| - s.name = 'crypto' + s.name = 'cryptox' s.version = '0.0.1' s.summary = 'A new Flutter project.' s.description = <<-DESC -- Gitee