-
Notifications
You must be signed in to change notification settings - Fork 6
/
SJLineRefresh.podspec
34 lines (20 loc) · 1.13 KB
/
SJLineRefresh.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
25
26
27
28
29
30
31
32
33
34
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "SJLineRefresh"
s.version = "1.1.6"
s.summary = "A easy customizable shape pull-to-refresh view in UIScrolView."
s.swift_version = '5'
s.description = <<-DESC
A pull-to-refresh control that you could use your own share easily.
DESC
s.homepage = "https://github.com/515783034/SJLineRefresh"
s.screenshots = "http://upload-images.jianshu.io/upload_images/988961-5f6cc8c69fead46f.gif?imageMogr2/auto-orient/strip"
s.license = "MIT"
s.author = { "shmily" => "[email protected]" }
s.social_media_url = "http://www.jianshu.com/u/3095a094665c"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/515783034/SJLineRefresh.git", :tag => "#{s.version}" }
s.source_files = "SJLineRefresh/Sources/*.swift"
s.resources = "SJLineRefresh/Resources/*.*"
s.requires_arc = true
end