Skip to content

Commit 4c7c78b

Browse files
author
RJ Walsh
committed
Fix LiveFrost dependency to use podspec instead of copied files. Fix high CPU issue caused by LiveFrost by disabling live blurring
1 parent cc6d751 commit 4c7c78b

File tree

7 files changed

+89
-394
lines changed

7 files changed

+89
-394
lines changed

CXAlertView.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Pod::Spec.new do |s|
1010
s.platform = :ios, '5.0'
1111
s.framework = 'QuartzCore', 'CoreGraphics', 'Accelerate'
1212
s.requires_arc = true
13+
s.dependency 'LiveFrost', '~> 1.1'
1314
end

0 commit comments

Comments
 (0)