Merge pull request #200 from TouchInstinct/fix/podspec

Added dependency
This commit is contained in:
Pavel Lukandiy 2019-04-17 16:40:14 +03:00 committed by GitHub
commit 6366f70b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ Pod::Spec.new do |s|
ss.dependency "SwiftDate", '~> 6'
ss.ios.dependency "TableKit", '~> 2.8'
ss.ios.dependency "SnapKit", '~> 4.0.0'
ss.ios.dependency "UIScrollView-InfiniteScroll", '~> 1.1.0'
end