forked from allaboutapps/A3ParallaxScrollView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathA3ParallaxScrollView.podspec
20 lines (17 loc) · 991 Bytes
/
A3ParallaxScrollView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "A3ParallaxScrollView"
s.version = "1.0.2"
s.summary = "A UIScrollview subclass with a high performance parallax scrolling effect"
s.description = "**A3ParallaxScrollView** is a `UIScrollView` subclass with a parallax scrolling effect on iPhone and iPad. "
s.homepage = "https://github.com/allaboutapps/A3ParallaxScrollView"
s.license = 'MIT'
s.author = { "Botond Kis" => "[email protected]" }
s.source = { :git => "https://github.com/allaboutapps/A3ParallaxScrollView.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/itsallaboutapps'
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.requires_arc = true
s.source_files = 'A3ParallaxScrollView'
s.screenshots = [ "https://dl.dropbox.com/u/9934540/aaa/A3ParallaxMoonSample.gif",
"https://dl.dropbox.com/u/9934540/aaa/A3ParallaxMoonSample.png" ]
end