-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSJRefresh.podspec
More file actions
15 lines (15 loc) · 836 Bytes
/
SJRefresh.podspec
File metadata and controls
15 lines (15 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.name = 'SJRefresh'
spec.version = '1.0.1'
spec.summary = 'A customizable pull to refresh.'
spec.description = 'A simple customizable pull to refresh developed in swift 3. SJRefersh supports animation images array and gif.'
spec.homepage = 'https://github.com/subinspathilettu/SJRefresh'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Subins Jose' => 'subinsjose@gmail.com' }
spec.source = { :git => 'https://github.com/subinspathilettu/SJRefresh.git', :tag => 'v1.0.1' }
spec.social_media_url = 'https://twitter.com/subinsjose'
spec.ios.deployment_target = '9.0'
spec.source_files = 'SJRefresh/Classes/**/*'
spec.resources = ['SJRefresh/Assets/**/*']
#spec.dependency 'SJTheme'
end