Skip to content

Commit e192640

Browse files
committed
Update readme
1 parent 9fea3aa commit e192640

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Lightweight custom collection view inspired by Airbnb.
1919

2020
| ASCollectionView Version | Minimum iOS Target | Swift Version |
2121
|:--------------------:|:---------------------------:|:---------------------------:|
22-
| 1.3.0 | 10.0 | 5.x |
22+
| 1.4.0 | 10.0 | 5.x |
2323
| 1.1.0 | 9.0 | 4.2 |
2424
| 1.0.9 | 9.0 | 4.1 |
2525
| 1.0.8 | 9.0 | 4.0 |
@@ -40,7 +40,7 @@ platform :ios, '10.0'
4040
use_frameworks!
4141
4242
target '<Your Target Name>' do
43-
pod 'ASCollectionView', '1.3.0'
43+
pod 'ASCollectionView', '1.4.0'
4444
end
4545
```
4646
Then, run the following command:
@@ -62,7 +62,7 @@ brew install carthage
6262
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
6363

6464
```
65-
github "abdullahselek/ASCollectionView" ~> 1.3.0
65+
github "abdullahselek/ASCollectionView" ~> 1.4.0
6666
```
6767

6868
Run carthage update to build the framework and drag the built ASCollectionView.framework into your Xcode project.
@@ -72,7 +72,7 @@ Run carthage update to build the framework and drag the built ASCollectionView.f
7272
Modify your Package.swift file to include the following dependency:
7373

7474
```
75-
.package(url: "https://github.com/abdullahselek/ASCollectionView.git", from: "1.3.0")
75+
.package(url: "https://github.com/abdullahselek/ASCollectionView.git", from: "1.4.0")
7676
```
7777

7878
Run `swift package resolve`

0 commit comments

Comments
 (0)