Added podspec

This commit is contained in:
Kyle Fang
2013-02-24 16:09:48 +08:00
parent 35e2288e68
commit 69f0abc896

14
ZGParallelView.podspec Normal file
View File

@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ZGParallelView"
s.version = "0.1.3"
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 => "https://github.com/zhigang1992/ZGParallelView.git", :tag => "v0.1.3" }
s.platform = :ios, '5.0'
s.source_files = 'Class', 'Class/**/*.{h,m}'
s.public_header_files = 'Class/**/*.h'
s.requires_arc = true
end