Skip to content

Commit 2c131b5

Browse files
authored
Merge pull request #1297 from ElfSundae/patch-1
Fix warning: MobileCoreServices has been renamed. Use CoreServices instead.
2 parents f35ca34 + 443ee89 commit 2c131b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TZImagePickerController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212
s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}"
1313
s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}"
14-
s.frameworks = "Photos", "MobileCoreServices"
14+
s.frameworks = "Photos"
1515
end

0 commit comments

Comments
 (0)