Skip to content

Commit

Permalink
remove XCTest bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jawad-ext committed Sep 16, 2021
1 parent 6cc014b commit 505c5f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Switches.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 505c5f2

Please sign in to comment.