File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
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.6 '
4
+ s . version = '1.0.7 '
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 @@ -35,7 +35,7 @@ You can use > 1.0.3
35
35
Please use 1.0.2
36
36
```
37
37
```
38
- iOS 9.0+ -> 1.0.6
38
+ iOS 9.0+ -> 1.0.7
39
39
iOS 8.0+ -> 1.0.4
40
40
```
41
41
@@ -46,7 +46,7 @@ platform :ios, '9.0'
46
46
use_frameworks!
47
47
48
48
target '<Your Target Name>' do
49
- pod 'ASCollectionView', '1.0.6 '
49
+ pod 'ASCollectionView', '1.0.7 '
50
50
end
51
51
```
52
52
Then, run the following command:
@@ -68,7 +68,7 @@ brew install carthage
68
68
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
69
69
70
70
```
71
- github "abdullahselek/ASCollectionView" ~> 1.0.6
71
+ github "abdullahselek/ASCollectionView" ~> 1.0.7
72
72
```
73
73
74
74
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