Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit a1bfa5e

Browse files
kajensenflovilmart
authored andcommitted
updated pod spec to allow tvos (#69)
* updated pod spec to allow tvos * Update podspec
1 parent 7b32e74 commit a1bfa5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ParseLiveQuery.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Pod::Spec.new do |s|
1010

1111
s.requires_arc = true
1212

13+
s.platform = :ios, :osx, :tvos
14+
1315
s.ios.deployment_target = '8.0'
16+
s.tvos.deployment_target = '9.0'
1417
s.osx.deployment_target = '10.10'
1518

1619
s.source_files = 'Sources/ParseLiveQuery/**/*.swift'

0 commit comments

Comments
 (0)