Showing
9 changed files
with
2 additions
and
2 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = 'HHPhotoPickerPro' | 2 | s.name = 'HHPhotoPickerPro' |
3 | - s.version= "0.0.1" | 3 | + s.version= "0.0.2" |
4 | 4 | ||
5 | s.summary = '和缓相册选择器' | 5 | s.summary = '和缓相册选择器' |
6 | 6 | ||
@@ -22,7 +22,7 @@ Pod::Spec.new do |s| | @@ -22,7 +22,7 @@ Pod::Spec.new do |s| | ||
22 | s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate' | 22 | s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate' |
23 | s.libraries = 'c++','resolv' | 23 | s.libraries = 'c++','resolv' |
24 | 24 | ||
25 | - s.ios.deployment_target = '9.0' | 25 | + s.ios.deployment_target = '10.0' |
26 | 26 | ||
27 | s.pod_target_xcconfig = { | 27 | s.pod_target_xcconfig = { |
28 | 'OTHER_LDFLAGS' => '-ObjC', | 28 | 'OTHER_LDFLAGS' => '-ObjC', |
-
Please register or login to post a comment