This repository was archived by the owner on Aug 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
SDWebImageSVGKitPlugin/Module Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SDWebImageSVGKitPlugin'
11- s . version = '1.0 .0'
11+ s . version = '1.1 .0'
1212 s . summary = 'A SVG coder plugin for SDWebImage, using SVGKit.'
1313
1414# This description is used to generate tags and improve search results.
@@ -23,7 +23,7 @@ TODO: Add long description of the pod here.
2323
2424 s . homepage = 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin'
2525 s . license = { :type => 'MIT' , :file => 'LICENSE' }
26- s . author = { 'lizhuoli1126@126.com ' => 'lizhuoli1126@126.com' }
26+ s . author = { 'DreamPiggy ' => 'lizhuoli1126@126.com' }
2727 s . source = { :git => 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git' , :tag => s . version . to_s }
2828
2929 s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 .0 </string >
18+ <string >1.1 .0 </string >
1919 <key >CFBundleVersion </key >
20- <string >1.0 .0 </string >
20+ <string >1.1 .0 </string >
2121</dict >
2222</plist >
You can’t perform that action at this time.
0 commit comments