-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathVGParallaxHeader.podspec
More file actions
15 lines (15 loc) · 879 Bytes
/
VGParallaxHeader.podspec
File metadata and controls
15 lines (15 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'VGParallaxHeader'
s.version = '0.0.6'
s.platform = :ios, '7.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Only Parallax Header Class that should work with all kinds of Table Views and Scroll Views while using Auto Layout.'
s.homepage = 'https://github.com/stoprocent/VGParallaxHeader'
s.author = { 'Marek Serafin' => 'marek@snowheads.pl' }
s.source = { :git => 'https://github.com/stoprocent/VGParallaxHeader.git', :tag => 'v0.0.6' }
s.description = 'Only Parallax Header Class that should work with all kinds of Table Views (Including usage of Section Headers) and Scroll Views while using Auto Layout.'
s.frameworks = 'QuartzCore'
s.source_files = 'VGParallaxHeader/*.{h,m}'
s.dependency 'PureLayout'
s.requires_arc = true
end