From 9ff97efc8f9d8476d0fc6d3e0d3eef6297644a4b Mon Sep 17 00:00:00 2001 From: Yasuhiro Inami Date: Sat, 13 Apr 2013 16:32:53 +0900 Subject: [PATCH] Add YIDragScrollBar 1.0.0 --- YIDragScrollBar/1.0.0/YIDragScrollBar.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 YIDragScrollBar/1.0.0/YIDragScrollBar.podspec diff --git a/YIDragScrollBar/1.0.0/YIDragScrollBar.podspec b/YIDragScrollBar/1.0.0/YIDragScrollBar.podspec new file mode 100644 index 000000000000000..20c1b953176c2cd --- /dev/null +++ b/YIDragScrollBar/1.0.0/YIDragScrollBar.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = 'YIDragScrollBar' + s.version = '1.0.0' + s.license = { :type => 'Beerware', :text => 'If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.' } + s.homepage = 'https://github.com/inamiy/YIDragScrollBar' + s.author = { 'Yasuhiro Inami' => 'inamiy@gmail.com' } + s.summary = "Attaches draggable scroll bar on top of original UIScrollView for iOS5+, works like a drug." + s.screenshots = [ "https://raw.github.com/inamiy/YIDragScrollBar/master/Screenshots/screenshot1.png" ] + s.source = { :git => 'https://github.com/inamiy/YIDragScrollBar.git', :tag => "#{s.version}" } + s.source_files = 'Classes/*.{h,m}' + s.requires_arc = true + s.platform = :ios, '5.0' + s.frameworks = 'QuartzCore' + + s.dependency 'JRSwizzle', '~> 1.0' +end