File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = 'ASCollectionView'
4
- s . version = '1.0.8 '
4
+ s . version = '1.0.9 '
5
5
s . summary = 'A Swift collection view inspired by Airbnb'
6
6
s . homepage = 'https://github.com/abdullahselek/ASCollectionView'
7
7
s . license = {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ available with 8.0+
21
21
22
22
| ASCollectionView Version | Minimum iOS Target | Swift Version |
23
23
| :--------------------:| :---------------------------:| :---------------------------:|
24
+ | 1.0.9 | 9.0 | 4.1 |
24
25
| 1.0.8 | 9.0 | 4.0 |
25
26
| 1.0.7 | 9.0 | 3.x |
26
27
| 1.0.2 | 8.0 | 2.x |
@@ -39,7 +40,7 @@ platform :ios, '9.0'
39
40
use_frameworks!
40
41
41
42
target '<Your Target Name>' do
42
- pod 'ASCollectionView', '1.0.8 '
43
+ pod 'ASCollectionView', '1.0.9 '
43
44
end
44
45
```
45
46
Then, run the following command:
@@ -61,7 +62,7 @@ brew install carthage
61
62
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
62
63
63
64
```
64
- github "abdullahselek/ASCollectionView" ~> 1.0.8
65
+ github "abdullahselek/ASCollectionView" ~> 1.0.9
65
66
```
66
67
67
68
Run carthage update to build the framework and drag the built ASCollectionView.framework into your Xcode project.
You can’t perform that action at this time.
0 commit comments