Skip to content

Commit a43dac3

Browse files
committed
Fixed cocoapods.
1 parent 225c5d2 commit a43dac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

-1
This file was deleted.

AnimatedCollectionViewLayout.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Pod::Spec.new do |s|
2424
s.authors = { 'Jin Wang' => 'jinw1990@gmail.com' }
2525
s.source = { :git => 'https://github.com/KelvinJin/AnimatedCollectionViewLayout.git', :tag => s.version }
2626
s.ios.deployment_target = '8.0'
27-
s.source_files = 'Source/**/*.swift'
27+
s.source_files = 'Sources/**/*.swift'
28+
s.swift_versions = ['5.0', '5.1']
2829
end

0 commit comments

Comments
 (0)