Support swift3

This commit is contained in:
hryk224
2016-09-21 19:37:43 +09:00
parent f0c4a4d174
commit a5535d0d86
16 changed files with 179 additions and 175 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "InfiniteCollectionView"
s.version = "1.0.4"
s.version = "1.1.0"
s.summary = "Infinite Scrolling Using UICollectionView."
s.homepage = "https://github.com/hryk224/InfiniteCollectionView"
s.screenshots = "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "hyyk224" => "hryk224@gmail.com" }
s.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/hryk224/InfiniteCollectionView.git", :tag => "#{s.version}" }
s.source_files = "InfiniteCollectionView/*.{h,swift}"
s.frameworks = "UIKit"