From 200c5b59070c75905700bae806099db2e024a8d5 Mon Sep 17 00:00:00 2001 From: Jakub Olejnik Date: Fri, 31 Mar 2023 15:51:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20podspec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StoreKitUserInfo.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StoreKitUserInfo.podspec b/StoreKitUserInfo.podspec index 98a634e..908f3a7 100644 --- a/StoreKitUserInfo.podspec +++ b/StoreKitUserInfo.podspec @@ -11,6 +11,6 @@ Simply store any data you like to your StoreKit transactions s.source = { :git => 'https://github.com/olejnjak/StoreKitUserInfo.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/olejnjak' s.ios.deployment_target = '11.0' - s.source_files = 'StoreKitUserInfo/**/*.swift' + s.source_files = 'Sources/StoreKitUserInfo/**/*.swift' s.swift_version = '5.0' end