From 82358e9b92c881810430673410db836da401cb3b Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Thu, 23 Nov 2023 14:53:55 +0000 Subject: [PATCH] Update Aptabase.podspec --- Aptabase.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aptabase.podspec b/Aptabase.podspec index 1f7afa9..54cf2bf 100644 --- a/Aptabase.podspec +++ b/Aptabase.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "6.0" s.tvos.deployment_target = "13.0" s.swift_version = '5.7' - s.source_files = 'Sources/Aptabase/**/*.{h,m,swift}" - end \ No newline at end of file + s.source_files = 'Sources/Aptabase/**/*.{h,m,swift}' + end