forked from eggswift/pull-to-refresh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathESPullToRefresh.podspec
More file actions
executable file
·18 lines (16 loc) · 893 Bytes
/
ESPullToRefresh.podspec
File metadata and controls
executable file
·18 lines (16 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'ESPullToRefresh'
s.version = '2.9.3'
s.summary = 'An easy way to use pull-to-refresh and loading-more'
s.description = 'An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!'
s.homepage = 'https://github.com/eggswift/pull-to-refresh'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'lihao' => 'lihao_ios@hotmail.com'}
s.social_media_url = 'https://github.com/eggswift'
s.platform = :ios, '8.0'
s.source = {:git => 'https://github.com/eggswift/pull-to-refresh.git', :tag => s.version}
s.source_files = ['Sources/**/*.{swift}']
s.resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' }
s.requires_arc = true
s.swift_version = '5.0'
end