Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Sep 22, 2018
1 parent 5ebffe6 commit 85cc13b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ASCollectionView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'ASCollectionView'
s.version = '1.0.9'
s.version = '1.1.0'
s.summary = 'A Swift collection view inspired by Airbnb'
s.homepage = 'https://github.com/abdullahselek/ASCollectionView'
s.license = {
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ available with 8.0+

| ASCollectionView Version | Minimum iOS Target | Swift Version |
|:--------------------:|:---------------------------:|:---------------------------:|
| 1.1.0 | 9.0 | 4.2 |
| 1.0.9 | 9.0 | 4.1 |
| 1.0.8 | 9.0 | 4.0 |
| 1.0.7 | 9.0 | 3.x |
Expand All @@ -40,7 +41,7 @@ platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'ASCollectionView', '1.0.9'
pod 'ASCollectionView', '1.1.0'
end
```
Then, run the following command:
Expand All @@ -62,7 +63,7 @@ brew install carthage
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:

```
github "abdullahselek/ASCollectionView" ~> 1.0.9
github "abdullahselek/ASCollectionView" ~> 1.1.0
```

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

0 comments on commit 85cc13b

Please sign in to comment.