From 505c5f24e40c84bd67a32625ca0179d4321b24a9 Mon Sep 17 00:00:00 2001 From: Jawad Ali Date: Thu, 16 Sep 2021 23:36:13 +0500 Subject: [PATCH] remove XCTest bug --- Switches.podspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Switches.podspec b/Switches.podspec index a861044..6cc755d 100644 --- a/Switches.podspec +++ b/Switches.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Switches" - s.version = "2.2.0" + s.version = "3.0.0" s.summary = "Switches framework" s.description = <<-DESC Switches Pod can create number of beautiful customised switch confirming from UIControl with awesome animations @@ -14,8 +14,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/jwd-ali/Switches.git", :tag => "#{s.version}" } s.source_files = "Sources/**/*.{h,m,swift}" - s.requires_arc = true s.swift_version = "5.0" - s.frameworks = "XCTest" - end