From e7fd169c657cfa515e9f25fcfd9a71a3846c102a Mon Sep 17 00:00:00 2001 From: Kalpesh Jetani Date: Fri, 28 Jun 2024 13:45:15 +0530 Subject: [PATCH] removed spm directory and updated podspec --- .../xcode/package.xcworkspace/contents.xcworkspacedata | 7 ------- .../xcshareddata/IDEWorkspaceChecks.plist | 8 -------- Example/Pods/Local Podspecs/SSLazyList.podspec.json | 4 ++-- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata delete mode 100644 .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Example/Pods/Local Podspecs/SSLazyList.podspec.json b/Example/Pods/Local Podspecs/SSLazyList.podspec.json index 7adf8db..896a20d 100644 --- a/Example/Pods/Local Podspecs/SSLazyList.podspec.json +++ b/Example/Pods/Local Podspecs/SSLazyList.podspec.json @@ -1,6 +1,6 @@ { "name": "SSLazyList", - "version": "1.0.0", + "version": "1.1.0", "summary": "SSLazyList is a wrapper for the standard SwiftUI List", "description": "'[SmartSense Solutions](https://www.smartsensesolutions.com/) has introduced `SSLazyList`, `SSLazyList` makes working with `List` in SwiftUI more efficient and elegant. By providing customisable list cell animations, loading views, no data messages, and flexible configurations, it serves as a wrapper for the standard `List` hence developer can leverage all features available in `List`'\n ### Key Features\n\n - **Loading View**: Easily set or use a default `Loading...` view to indicate data loading.\n - **Cell Animation**: Enjoy elegant animations when cells appear.\n - **No Data Found Message**: Display a default or custom message when no data is returned from an API.\n - **Highly Configurable**: Enjoy 100% flexibility in usage with a range of configurable options.", "homepage": "https://github.com/smartsensesolutions/SSLazyList", @@ -18,7 +18,7 @@ }, "source": { "git": "https://github.com/smartsensesolutions/SSLazyList.git", - "tag": "1.0.0" + "tag": "1.1.0" }, "social_media_url": "https://x.com/smartsense13", "platforms": {