This repository was archived by the owner on Aug 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SDWebImageSVGKitPlugin/Module Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageSVGKitPlugin'
11
- s . version = '1.0 .0'
11
+ s . version = '1.1 .0'
12
12
s . summary = 'A SVG coder plugin for SDWebImage, using SVGKit.'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -23,7 +23,7 @@ TODO: Add long description of the pod here.
23
23
24
24
s . homepage = 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin'
25
25
s . license = { :type => 'MIT' , :file => 'LICENSE' }
26
- s . author = { 'lizhuoli1126@126.com ' => 'lizhuoli1126@126.com' }
26
+ s . author = { 'DreamPiggy ' => 'lizhuoli1126@126.com' }
27
27
s . source = { :git => 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git' , :tag => s . version . to_s }
28
28
29
29
s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 .0 </string >
18
+ <string >1.1 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1.0 .0 </string >
20
+ <string >1.1 .0 </string >
21
21
</dict >
22
22
</plist >
You can’t perform that action at this time.
0 commit comments