Unverified Commit 2c131b5a authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #1297 from ElfSundae/patch-1

Fix warning: MobileCoreServices has been renamed. Use CoreServices instead.
parents f35ca34f 443ee895
...@@ -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