diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 2ec15fa..f76285e 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - SSLazyList (1.0.0)
+ - SSLazyList (1.2.0)
DEPENDENCIES:
- SSLazyList (from `../`)
diff --git a/Example/Pods/Local Podspecs/SSLazyList.podspec.json b/Example/Pods/Local Podspecs/SSLazyList.podspec.json
index 896a20d..83f798a 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.1.0",
+ "version": "1.2.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.1.0"
+ "tag": "1.2.0"
},
"social_media_url": "https://x.com/smartsense13",
"platforms": {
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 2ec15fa..f76285e 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - SSLazyList (1.0.0)
+ - SSLazyList (1.2.0)
DEPENDENCIES:
- SSLazyList (from `../`)
diff --git a/Example/Pods/Target Support Files/Pods-SSLazyList_Example/Pods-SSLazyList_Example-Info.plist b/Example/Pods/Target Support Files/Pods-SSLazyList_Example/Pods-SSLazyList_Example-Info.plist
index 6b689e7..11922d7 100644
--- a/Example/Pods/Target Support Files/Pods-SSLazyList_Example/Pods-SSLazyList_Example-Info.plist
+++ b/Example/Pods/Target Support Files/Pods-SSLazyList_Example/Pods-SSLazyList_Example-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.0
+ 1.2.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/Pods/Target Support Files/Pods-SSLazyList_Tests/Pods-SSLazyList_Tests-Info.plist b/Example/Pods/Target Support Files/Pods-SSLazyList_Tests/Pods-SSLazyList_Tests-Info.plist
index 6b689e7..11922d7 100644
--- a/Example/Pods/Target Support Files/Pods-SSLazyList_Tests/Pods-SSLazyList_Tests-Info.plist
+++ b/Example/Pods/Target Support Files/Pods-SSLazyList_Tests/Pods-SSLazyList_Tests-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.0
+ 1.2.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/Pods/Target Support Files/SSLazyList/SSLazyList-Info.plist b/Example/Pods/Target Support Files/SSLazyList/SSLazyList-Info.plist
index 6b689e7..11922d7 100644
--- a/Example/Pods/Target Support Files/SSLazyList/SSLazyList-Info.plist
+++ b/Example/Pods/Target Support Files/SSLazyList/SSLazyList-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.0
+ 1.2.0
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index e4c328d..3a8a3d1 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ SSLazyList is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
-pod 'SSLazyList', '~> 1.1.0'
+pod 'SSLazyList', '~> 1.2.0'
```
Update your Xcode project build option ```ENABLE_USER_SCRIPT_SANDBOXING to 'No'.```
@@ -54,7 +54,7 @@ When using Xcode 14 or later, you can install `SSLazyList` by going to your Proj
```swift
dependencies: [
- .package(url: "https://github.com/smartSenseSolutions/SSLazyList.git", .upToNextMajor(from: "1.0"))
+ .package(url: "https://github.com/smartSenseSolutions/SSLazyList.git", .upToNextMajor(from: "main"))
]
```
diff --git a/SSLazyList.podspec b/SSLazyList.podspec
index ca63a9b..96e3567 100644
--- a/SSLazyList.podspec
+++ b/SSLazyList.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SSLazyList'
- s.version = '1.1.0'
+ s.version = '1.2.0'
s.summary = 'SSLazyList is a wrapper for the standard SwiftUI List'
# This description is used to generate tags and improve search results.