File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
4040use_frameworks!
4141
4242target '<Your Target Name>' do
43- pod 'ASCollectionView', '1.3 .0'
43+ pod 'ASCollectionView', '1.4 .0'
4444end
4545```
4646Then, run the following command:
@@ -62,7 +62,7 @@ brew install carthage
6262To 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
6868Run 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
7272Modify 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
7878Run ` swift package resolve `
You can’t perform that action at this time.
0 commit comments