Skip to content

Commit

Permalink
pod update 1.2.0 version name to match with cocoapods.org
Browse files Browse the repository at this point in the history
  • Loading branch information
KalpeshJetaniSS committed Jun 28, 2024
1 parent e7fd169 commit edbe4a8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SSLazyList (1.0.0)
- SSLazyList (1.2.0)

DEPENDENCIES:
- SSLazyList (from `../`)
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SSLazyList.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.```
<img width="100%" alt="ENABLE_USER_SCRIPT_SANDBOXING" src="https://github.com/smartSenseSolutions/SSLazyList/assets/160708458/dba2c39e-9ab2-4c7a-86ea-ff5c8201c4f8">
Expand All @@ -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"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion SSLazyList.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit edbe4a8

Please sign in to comment.