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.9 '
4
+ s . version = '1.1.0 '
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.1.0 | 9.0 | 4.2 |
24
25
| 1.0.9 | 9.0 | 4.1 |
25
26
| 1.0.8 | 9.0 | 4.0 |
26
27
| 1.0.7 | 9.0 | 3.x |
@@ -40,7 +41,7 @@ platform :ios, '9.0'
40
41
use_frameworks!
41
42
42
43
target '<Your Target Name>' do
43
- pod 'ASCollectionView', '1.0.9 '
44
+ pod 'ASCollectionView', '1.1.0 '
44
45
end
45
46
```
46
47
Then, run the following command:
@@ -62,7 +63,7 @@ brew install carthage
62
63
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
63
64
64
65
```
65
- github "abdullahselek/ASCollectionView" ~> 1.0.9
66
+ github "abdullahselek/ASCollectionView" ~> 1.1.0
66
67
```
67
68
68
69
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