File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
SDWebImagePhotosPlugin/Module Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- github "rs /SDWebImage" >= 5.0.0-beta3
1+ github "SDWebImage /SDWebImage" >= 5.0.0-beta4
Original file line number Diff line number Diff line change 1- github "rs /SDWebImage" "5.0.0-beta3 "
1+ github "SDWebImage /SDWebImage" "5.0.0-beta4 "
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SDWebImagePhotosPlugin'
11- s . version = '0.1.2 '
11+ s . version = '0.1.3 '
1212 s . summary = 'A SDWebImage plugin to support Photos framework image loading.'
1313
1414# This description is used to generate tags and improve search results.
@@ -36,5 +36,5 @@ TODO: Add long description of the pod here.
3636 s . module_map = 'SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap'
3737
3838 s . frameworks = 'Photos'
39- s . dependency 'SDWebImage/Core' , '>= 5.0.0-beta3 '
39+ s . dependency 'SDWebImage/Core' , '>= 5.0.0-beta4 '
4040end
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.2 </string >
18+ <string >0.1.3 </string >
1919 <key >CFBundleVersion </key >
20- <string >$(CURRENT_PROJECT_VERSION) </string >
20+ <string >0.1.3 </string >
2121 <key >NSPrincipalClass </key >
2222 <string ></string >
2323</dict >
You can’t perform that action at this time.
0 commit comments