From f8b645c930a625a25e18bd39fdc37a59aa5220c3 Mon Sep 17 00:00:00 2001 From: Jayant Dash Date: Fri, 17 Apr 2020 03:36:22 -0400 Subject: [PATCH] podspec updated --- SNF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNF.podspec b/SNF.podspec index 353b776..920a13a 100644 --- a/SNF.podspec +++ b/SNF.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "10.0" s.swift_versions = ['5.1', '5.2'] s.source = { :git => "https://github.com/jayantnd/SNF.git", :branch => "master", :tag => "v"+s.version.to_s } - s.source_files = "SNF", "SNF/**/*.{swift,h,m}" + s.source_files = "SNF/**/*.{swift,h,m}" s.public_header_files = "SNF/**/*.h" s.requires_arc = true end