Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "InfiniteCollectionView"
|
||||
s.version = "1.0.0"
|
||||
s.summary = "Component which presents a dismissible view from the bottom of the screen."
|
||||
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.source = { :git => "https://github.com/hryk224/InfiniteCollectionView.git", :tag => "#{s.version}" }
|
||||
s.source_files = "InfiniteCollectionView/*.{h,swift}"
|
||||
s.frameworks = "UIKit"
|
||||
s.requires_arc = true
|
||||
end
|
||||
Reference in New Issue
Block a user