mirror of
https://github.com/zhigang1992/ZGParallelView.git
synced 2026-01-12 22:42:52 +08:00
14 lines
609 B
Ruby
14 lines
609 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "ZGParallelView"
|
|
s.version = "0.0.1"
|
|
s.summary = "ZGParallelView is the easiest way to add a Parallax effect to a UITableView."
|
|
s.homepage = "https://github.com/zhigang1992/ZGParallelView"
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
s.author = { "Zhigang Fang" => "zhigang1992@gmail.com" }
|
|
s.source = { :git => "git@github.com:zhigang1992/ZGParallelView.git", :tag => "v0.0.1" }
|
|
s.platform = :ios
|
|
s.source_files = 'Class', 'Class/**/*.{h,m}'
|
|
s.public_header_files = 'Class/**/*.h'
|
|
s.requires_arc = true
|
|
end
|