forked from Ilhasoft/ISScrollViewPageSwift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathISScrollViewPageSwift.podspec
More file actions
24 lines (18 loc) · 1 KB
/
ISScrollViewPageSwift.podspec
File metadata and controls
24 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "ISScrollViewPageSwift"
s.version = "0.0.6"
s.summary = "Page viewer implementation written in Swift."
s.description = <<-DESC
Easy scrollView page viewer implementation written in Swift.
DESC
s.homepage = "https://github.com/Ilhasoft/ISScrollViewPageSwift"
#s.screenshots = "https://github.com/Ilhasoft/ISScrollViewPageSwift/blob/master/ISScrollViewPage/horizontalExample.gif", "https://github.com/Ilhasoft/ISScrollViewPageSwift/blob/master/ISScrollViewPage/verticalExample.gif"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Daniel Amaral" => "daniel@ilhasoft.com.br" }
s.social_media_url = "https://twitter.com/danielamarall"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/Ilhasoft/ISScrollViewPageSwift.git", :tag => "0.0.6" }
s.source_files = "ISScrollViewPage/ISScrollViewPage/*"
s.requires_arc = true
end