From e2d11208519549c2e5798d70190472045633f22f Mon Sep 17 00:00:00 2001 From: Nabil Chatbi Date: Fri, 26 Jul 2024 15:12:08 +0200 Subject: [PATCH] edit --- SwiftSoup.podspec | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/SwiftSoup.podspec b/SwiftSoup.podspec index ab55e2de..731a3336 100644 --- a/SwiftSoup.podspec +++ b/SwiftSoup.podspec @@ -1,11 +1,3 @@ -# -# Be sure to run `pod lib lint SwiftSoup.podspec' to ensure this is a -# valid spec before submitting. -# -# Any lines starting with a # are optional, but their use is encouraged -# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html -# - Pod::Spec.new do |s| s.name = 'SwiftSoup' s.version = '2.7.3' @@ -20,17 +12,14 @@ SwiftSoup is a Swift library for working with real-world HTML. It provides a ver s.source = { :git => 'https://github.com/scinfu/SwiftSoup.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/scinfu' - s.ios.deployment_target = "11.0" - s.osx.deployment_target = "10.13" - s.watchos.deployment_target = "4.0" - s.tvos.deployment_target = "11.0" + s.ios.deployment_target = '12.0' + s.osx.deployment_target = '10.13' + s.watchos.deployment_target = '4.0' + s.tvos.deployment_target = '12.0' s.source_files = 'Sources/**/*.swift' s.swift_versions = ['4.0', '4.2', '5.0', '5.1'] - #s.resource_bundles = { - # 'SwiftSoup' => ['Assets/*.properties'] - #} s.ios.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']} s.osx.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']} s.watchos.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}