File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
SDWebImagePDFCoder.xcodeproj Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 57
57
32D8F3032185F1C400FFC14A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
58
58
32D8F3042185F1C400FFC14A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
59
59
32D8F3062185F1C400FFC14A /* SDWebImagePDFCoder_Example_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SDWebImagePDFCoder_Example_macOS.entitlements; sourceTree = "<group>"; };
60
- 32D8F30A2185F3FD00FFC14A /* SDWebImagePDFCoder_Example macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "SDWebImagePDFCoder_Example macOS.entitlements"; sourceTree = "<group>"; };
61
60
6003F58A195388D20070C39A /* SDWebImagePDFCoder_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDWebImagePDFCoder_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
62
61
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
63
62
6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
142
141
6003F581195388D10070C39A = {
143
142
isa = PBXGroup;
144
143
children = (
145
- 32D8F30A2185F3FD00FFC14A /* SDWebImagePDFCoder_Example macOS.entitlements */,
146
144
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
147
145
6003F593195388D20070C39A /* Example for SDWebImagePDFCoder */,
148
146
6003F5B5195388D20070C39A /* Tests */,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImagePDFCoder'
11
11
s . version = '0.1.0'
12
- s . summary = 'A short description of SDWebImagePDFCoder. '
12
+ s . summary = 'SVG coder plugin for SDWebImage, using SVGKit '
13
13
14
14
# This description is used to generate tags and improve search results.
15
15
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,15 +18,13 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s . description = <<-DESC
21
- TODO: Add long description of the pod here .
21
+ SDWebImageSVGCoder is a SVG coder plugin for SDWebImage framework, which provide the image loading support for SVG using SVGKit SVG engine .
22
22
DESC
23
23
24
24
s . homepage = 'https://github.com/SDWebImage/SDWebImagePDFCoder'
25
- # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26
25
s . license = { :type => 'MIT' , :file => 'LICENSE' }
27
26
s . author = { 'DreamPiggy' => 'lizhuoli1126@126.com' }
28
27
s . source = { :git => 'https://github.com/SDWebImage/SDWebImagePDFCoder.git' , :tag => s . version . to_s }
29
- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30
28
31
29
s . ios . deployment_target = '8.0'
32
30
s . tvos . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments