Skip to content

Commit c3ab167

Browse files
committed
Add tvOS support for CocoaPods
1 parent e155957 commit c3ab167

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CHECKOUT OPTIONS:
3636
SPEC CHECKSUMS:
3737
CocoaLumberjack: db7cc9e464771f12054c22ff6947c5a58d43a0fd
3838
SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4
39-
SDWebImageSVGCoder: 38afb305f02a1f6e01e6dfa20a3370c48c734538
39+
SDWebImageSVGCoder: c533987b4fd41c53e2aca2c2e02099f0e9fb6279
4040
SVGKit: 4055d9e809b5db8633755979cfb3b02dc5a8c20d
4141

4242
PODFILE CHECKSUM: dc5153f27ba2a6dd43c49d8e0100b34b78f46730

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You can modify the code or use some other SVG files to check the compatibility.
1717
## Requirements
1818

1919
+ iOS 8
20+
+ watchOS 9
2021

2122
## Installation
2223

SDWebImageSVGCoder.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ TODO: Add long description of the pod here.
2727
s.source = { :git => 'https://github.com/[email protected]/SDWebImageSVGCoder.git', :tag => s.version.to_s }
2828

2929
s.ios.deployment_target = '8.0'
30+
s.tvos.deployment_target = '9.0'
3031

3132
s.source_files = 'SDWebImageSVGCoder/Classes/**/*', 'SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h'
3233
s.module_map = 'SDWebImageSVGCoder/Module/SDWebImageSVGCoder.modulemap'

0 commit comments

Comments
 (0)