Support ios8

This commit is contained in:
hryk224
2016-09-26 11:57:27 +09:00
parent a5535d0d86
commit a94aa29ab6
5 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
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, "9.0"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/hryk224/InfiniteCollectionView.git", :tag => "#{s.version}" }
s.source_files = "InfiniteCollectionView/*.{h,swift}"
s.frameworks = "UIKit"