Unverified Commit 443ee895 authored by Elf Sundae's avatar Elf Sundae Committed by GitHub

Fix warning: MobileCoreServices has been renamed

parent a044190a
...@@ -11,5 +11,5 @@ Pod::Spec.new do |s| ...@@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.requires_arc = true s.requires_arc = true
s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}" s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}"
s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}" s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}"
s.frameworks = "Photos", "MobileCoreServices" s.frameworks = "Photos"
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment