From e4fc2c9f2967b7e78788f5eff874f910a16989c4 Mon Sep 17 00:00:00 2001 From: Kalpesh Jetani Date: Tue, 21 May 2024 14:32:57 +0530 Subject: [PATCH] ios version update --- SSLazyList.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSLazyList.podspec b/SSLazyList.podspec index d4fcf20..6043b6c 100644 --- a/SSLazyList.podspec +++ b/SSLazyList.podspec @@ -34,10 +34,10 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/smartsensesolutions/SSLazyList.git', :tag => s.version.to_s} s.social_media_url = 'https://twitter.com/smartsense13' - s.platform = :ios, '15.0' + #s.platform = :ios, '15.0' s.ios.deployment_target = '15.0' s.platforms = { - "iOS": "15.0" + "ios": "15.0" } s.source_files = 'Sources/*.swift' s.swift_version = '5.0'