diff --git a/.travis.yml b/.travis.yml index ba18302..4d17f1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,3 @@ script: - if [ $POD_LINT == "YES" ]; then pod lib lint; fi - -# Test CocoaPods quality scores are met - - ruby Tests/CheckCocoaPodsQualityIndexes.rb AnimatedCollectionViewLayout diff --git a/AnimatedCollectionViewLayout.podspec b/AnimatedCollectionViewLayout.podspec index 8e1cc4f..86b1120 100644 --- a/AnimatedCollectionViewLayout.podspec +++ b/AnimatedCollectionViewLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AnimatedCollectionViewLayout' - s.version = '1.0.1' + s.version = '1.1.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView' @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/KelvinJin/AnimatedCollectionViewLayout' s.authors = { 'Jin Wang' => 'jinw1990@gmail.com' } s.source = { :git => 'https://github.com/KelvinJin/AnimatedCollectionViewLayout.git', :tag => s.version } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.source_files = 'Sources/**/*.swift' s.swift_versions = ['5.0', '5.1'] end diff --git a/CHANGELOG.md b/CHANGELOG.md index c8727f2..559e7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ All notable changes to this project will be documented in this file. ### Removed +## 1.1.0 + +Released on 2020-09-20 + +### Changed + + Fixed an issue where on iOS 14, changing contentView's frame property won't effect. This applies to ParallaxAttributesAnimator and CubeAttributesAnimator. + + Updated the projects to use Xcode 12. + +### Removed + + Dropped iOS 8 support. + ## 1.0.1 ### Changed + Fixed an issue where UIKit will reset position but not anchor point of a content view. diff --git a/Package.swift b/Package.swift index b7a5610..cd626ad 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "AnimatedCollectionViewLayout", platforms: [ - .iOS(.v8) + .iOS(.v9) ], products: [ .library(