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 5757 32D8F3032185F1C400FFC14A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5858 32D8F3042185F1C400FFC14A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
5959 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>"; };
6160 6003F58A195388D20070C39A /* SDWebImagePDFCoder_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDWebImagePDFCoder_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
6261 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
6362 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
142141 6003F581195388D10070C39A = {
143142 isa = PBXGroup;
144143 children = (
145- 32D8F30A2185F3FD00FFC14A /* SDWebImagePDFCoder_Example macOS.entitlements */,
146144 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
147145 6003F593195388D20070C39A /* Example for SDWebImagePDFCoder */,
148146 6003F5B5195388D20070C39A /* Tests */,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99Pod ::Spec . new do |s |
1010 s . name = 'SDWebImagePDFCoder'
1111 s . version = '0.1.0'
12- s . summary = 'A short description of SDWebImagePDFCoder. '
12+ s . summary = 'SVG coder plugin for SDWebImage, using SVGKit '
1313
1414# This description is used to generate tags and improve search results.
1515# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,15 +18,13 @@ Pod::Spec.new do |s|
1818# * Finally, don't worry about the indent, CocoaPods strips it!
1919
2020 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 .
2222 DESC
2323
2424 s . homepage = 'https://github.com/SDWebImage/SDWebImagePDFCoder'
25- # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2625 s . license = { :type => 'MIT' , :file => 'LICENSE' }
2726 s . author = { 'DreamPiggy' => 'lizhuoli1126@126.com' }
2827 s . source = { :git => 'https://github.com/SDWebImage/SDWebImagePDFCoder.git' , :tag => s . version . to_s }
29- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3028
3129 s . ios . deployment_target = '8.0'
3230 s . tvos . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments