Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Mar 31, 2018
1 parent c227f94 commit b41cda4
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.8'
s.version = '1.0.9'
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.0.9 | 9.0 | 4.1 |
| 1.0.8 | 9.0 | 4.0 |
| 1.0.7 | 9.0 | 3.x |
| 1.0.2 | 8.0 | 2.x |
Expand All @@ -39,7 +40,7 @@ platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'ASCollectionView', '1.0.8'
pod 'ASCollectionView', '1.0.9'
end
```
Then, run the following command:
Expand All @@ -61,7 +62,7 @@ brew install carthage
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:

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

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

0 comments on commit b41cda4

Please sign in to comment.