Skip to content

Commit

Permalink
[Update] ZGPullDragScrollView (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang1992 committed Mar 1, 2013
1 parent 8fb00a6 commit 5bf5fcd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ZGPullDragScrollView/0.0.3/ZGPullDragScrollView.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "ZGPullDragScrollView"
s.version = "0.0.3"
s.summary = "Awesome Scroll Category for DragUp and PullDown."
s.homepage = "https://github.com/zhigang1992/ZGPullDragScrollView"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Kyle Fang" => "zhigang1992@gmail.com" }
s.source = { :git => "https://github.com/zhigang1992/ZGPullDragScrollView.git", :tag => "0.0.3" }
s.platform = :ios, '4.3'
s.source_files = 'Classes', 'ZGPullDragScrollViewClass/**/*.{h,m}'

s.public_header_files = 'ZGPullDragScrollViewClass/**/*.h'
s.requires_arc = true
end

0 comments on commit 5bf5fcd

Please sign in to comment.