Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yacir committed Mar 8, 2017
1 parent e4c5432 commit 565b45b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode7.2.1
osx_image: xcode8

language: objective-c

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# YBSlantedCollectionViewLayout CHANGELOG

## 2.2.0
* Swift 3.0 version
* Swift Package Manager support

## 2.1.1
* Add a public initializer for YBSlantedCollectionViewLayoutSizeOptions.

Expand Down
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "YBSlantedCollectionViewLayout"
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ YBSlantedCollectionViewLayout is available through [CocoaPods](http://cocoapods.
it, simply add the following line to your Podfile:

```ruby
pod "YBSlantedCollectionViewLayout", '~> 2.1'
pod "YBSlantedCollectionViewLayout", '~> 2.2'
```

### Carthage
Expand All @@ -66,7 +66,7 @@ github 'yacir/YBSlantedCollectionViewLayout'
- [x] Carthage support
- [x] Tests
- [x] Swift 3 support
- [ ] Swift Package Manager support
- [x] Swift Package Manager support

## Author

Expand Down
2 changes: 1 addition & 1 deletion YBSlantedCollectionViewLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "YBSlantedCollectionViewLayout"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
TEST_CMD="xcodebuild -scheme YBSlantedCollectionViewLayout -workspace YBSlantedCollectionViewLayout.xcworkspace -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6S,OS=9.1' build test"
TEST_CMD="xcodebuild analyze build test -workspace YBSlantedCollectionViewLayout.xcworkspace -scheme YBSlantedCollectionViewLayout -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES"

which -s xcpretty
XCPRETTY_INSTALLED=$?
Expand Down

0 comments on commit 565b45b

Please sign in to comment.