Skip to content

Commit 3a18445

Browse files
author
W_C__L
committed
修改podspec
1 parent 7c771e8 commit 3a18445

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CRRefresh.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Pod::Spec.new do |s|
1616
s.author = { "W_C__L" => "wangchonglei93@icloud.com" }
1717
s.platform = :ios, "8.0"
1818
s.source = { :git => "https://github.com/CRAnimation/CRRefresh.git", :tag => "1.0.0" }
19-
s.source_files = ['CRRefresh/CRRefresh/*.{swift}',
20-
'CRRefresh/CRRefresh/Animators/**/*.{swift}']
21-
s.resources = 'CRRefresh/CRRefresh/Animators/**/*.{bundle}''
19+
s.source_files = ['CRRefresh/CRRefresh/*.{swift}','CRRefresh/CRRefresh/Animators/**/*.{swift}']
20+
s.resources = 'CRRefresh/CRRefresh/Animators/**/*.{bundle}'
2221
s.frameworks = "UIKit"
2322
s.requires_arc = true
2423

CRRefresh/CRRefresh/Animators/RamotionAnimator/RamotionWaveLayer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class RamotionWaveLayer: CALayer, CAAnimationDelegate {
8888
//MARK: Public Methods
8989
func wave(_ y: CGFloat, execute: CGFloat) {
9090
self.execute = execute
91-
let w = frame.size.width
9291
waveLayer.path = wavePath(x: 0, y: y)
9392
if !isAnimation {
9493
var trans = CGAffineTransform.identity

0 commit comments

Comments
 (0)