Skip to content

Commit 030f343

Browse files
authored
Merge pull request #39 from bimawa/feature/supportTVOS
add support tvos in podspec
2 parents 1c144c5 + fafcd47 commit 030f343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CenteredCollectionView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Pod::Spec.new do |s|
7070
# s.ios.deployment_target = '5.0'
7171
# s.osx.deployment_target = '10.7'
7272
# s.watchos.deployment_target = '2.0'
73-
# s.tvos.deployment_target = '9.0'
73+
s.tvos.deployment_target = '9.0'
7474

7575

7676
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)