-
Notifications
You must be signed in to change notification settings - Fork 108
/
CRRefresh.podspec
25 lines (22 loc) · 1022 Bytes
/
CRRefresh.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
#
# Be sure to run `pod spec lint CRRefresh.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "CRRefresh"
s.version = "1.1.3"
s.summary = "An easy way to use pull-to-refresh"
s.homepage = "https://github.com/CRAnimation/CRRefresh"
s.license = 'MIT'
s.author = { "W_C__L" => "[email protected]" }
s.platform = :ios, "8.0"
s.swift_version = '4.2'
s.source = { :git => "https://github.com/CRAnimation/CRRefresh.git", :tag => s.version.to_s }
s.source_files = ['CRRefresh/CRRefresh/*.{swift}','CRRefresh/CRRefresh/Animators/**/*.{swift}']
s.resources = 'CRRefresh/CRRefresh/Animators/**/*.{bundle}'
s.frameworks = "UIKit"
s.requires_arc = true
end