فهرست منبع

fix(build): rm old pod spec

Andelf 3 سال پیش
والد
کامیت
6e2292e40a
2فایلهای تغییر یافته به همراه0 افزوده شده و 25 حذف شده
  1. 0 22
      ios/App/LogseqSpecs/AgeEncryption.podspec
  2. 0 3
      ios/App/Podfile

+ 0 - 22
ios/App/LogseqSpecs/AgeEncryption.podspec

@@ -1,22 +0,0 @@
-Pod::Spec.new do |s|
-    s.name             = "AgeEncryption"
-    s.version          = "1.0.6"
-    s.summary          = "AgeEncryption for Logseq"
-    s.description      = <<-DESC
-                         TODO: Add description
-                         DESC
-    s.homepage         = "https://github.com/andelf/AgeEncryption"
-    s.license          = 'MIT'
-    s.author           = { "Andelf" => "[email protected]" }
-    s.source           = { :http => "https://github.com/andelf/AgeEncryption/releases/download/#{s.version}/AgeEncryption.xcframework.zip" }
-
-    s.requires_arc          = true
-
-    s.platform = :ios
-    s.ios.deployment_target = '12.0'
-
-    s.vendored_frameworks = "AgeEncryption.xcframework"
-    s.static_framework = true
-
-    s.swift_version = '5.1'
-  end

+ 0 - 3
ios/App/Podfile

@@ -1,8 +1,5 @@
 require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers'
 
-# pod specs for AgeEncryption
-source 'https://github.com/CocoaPods/Specs.git'
-
 platform :ios, '13.0'
 use_frameworks!