Skip to content

Commit

Permalink
Fixed cocoapods.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinJin committed Oct 18, 2019
1 parent 225c5d2 commit a43dac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion AnimatedCollectionViewLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ Pod::Spec.new do |s|
s.authors = { 'Jin Wang' => '[email protected]' }
s.source = { :git => 'https://github.com/KelvinJin/AnimatedCollectionViewLayout.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.source_files = 'Source/**/*.swift'
s.source_files = 'Sources/**/*.swift'
s.swift_versions = ['5.0', '5.1']
end

0 comments on commit a43dac3

Please sign in to comment.