Skip to content

Commit 36c77e5

Browse files
committed
prepare for release
1 parent f99d042 commit 36c77e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ASCollectionView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::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 = {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use > 1.0.3
3535
Please use 1.0.2
3636
```
3737
```
38-
iOS 9.0+ -> 1.0.6
38+
iOS 9.0+ -> 1.0.7
3939
iOS 8.0+ -> 1.0.4
4040
```
4141

@@ -46,7 +46,7 @@ platform :ios, '9.0'
4646
use_frameworks!
4747
4848
target '<Your Target Name>' do
49-
pod 'ASCollectionView', '1.0.6'
49+
pod 'ASCollectionView', '1.0.7'
5050
end
5151
```
5252
Then, run the following command:
@@ -68,7 +68,7 @@ brew install carthage
6868
To 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

7474
Run carthage update to build the framework and drag the built ASCollectionView.framework into your Xcode project.

0 commit comments

Comments
 (0)