-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathISScrollViewPageSwift.podspec
24 lines (18 loc) · 1.01 KB
/
ISScrollViewPageSwift.podspec
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 = "1.0.0"
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" => "[email protected]" }
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 => s.version }
s.source_files = "ISScrollViewPage/ISScrollViewPage/*"
s.requires_arc = true
end