Skip to content

Commit

Permalink
[Update] ZGParallelView (0.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang1992 committed Feb 26, 2013
1 parent 8ced39d commit f4787f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ZGParallelView/0.1.5/ZGParallelView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ZGParallelView"
s.version = "0.1.5"
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.5" }
s.platform = :ios, '5.0'
s.source_files = 'Class', 'Class/**/*.{h,m}'
s.public_header_files = 'Class/**/*.h'
s.requires_arc = true
end

0 comments on commit f4787f4

Please sign in to comment.