Skip to content

Commit

Permalink
SEL-12575: Change MobileCoreServices to CoreServices in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Yutkin committed Oct 2, 2020
1 parent b01cf1c commit 67d183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paparazzo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.requires_arc = true

s.frameworks = 'UIKit', 'Photos', 'ImageIO', 'MobileCoreServices', 'GLKit', 'OpenGLES', 'CoreMedia', 'CoreVideo', 'AVFoundation', 'QuartzCore'
s.frameworks = 'UIKit', 'Photos', 'ImageIO', 'CoreServices', 'GLKit', 'OpenGLES', 'CoreMedia', 'CoreVideo', 'AVFoundation', 'QuartzCore'

s.dependency 'JNWSpringAnimation'

Expand Down

0 comments on commit 67d183e

Please sign in to comment.