File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = 'ASCollectionView'
4- s . version = '1.0.6 '
4+ s . version = '1.0.7 '
55 s . summary = 'A Swift collection view inspired by Airbnb'
66 s . homepage = 'https://github.com/abdullahselek/ASCollectionView'
77 s . license = {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You can use > 1.0.3
3535Please use 1.0.2
3636```
3737```
38- iOS 9.0+ -> 1.0.6
38+ iOS 9.0+ -> 1.0.7
3939iOS 8.0+ -> 1.0.4
4040```
4141
@@ -46,7 +46,7 @@ platform :ios, '9.0'
4646use_frameworks!
4747
4848target '<Your Target Name>' do
49- pod 'ASCollectionView', '1.0.6 '
49+ pod 'ASCollectionView', '1.0.7 '
5050end
5151```
5252Then, run the following command:
@@ -68,7 +68,7 @@ brew install carthage
6868To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
6969
7070```
71- github "abdullahselek/ASCollectionView" ~> 1.0.6
71+ github "abdullahselek/ASCollectionView" ~> 1.0.7
7272```
7373
7474Run 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