Skip to content

Commit c818ed2

Browse files
committed
Merge pull request #227 from dickverbunt/patch-1
Supporting tvOS for Cocoapods
2 parents a87214c + 6e54ac4 commit c818ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Socket.IO-Client-Swift.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
1212
s.author = { "Erik" => "nuclear.ace@gmail.com" }
1313
s.ios.deployment_target = '8.0'
1414
s.osx.deployment_target = '10.10'
15+
s.tvos.deployment_target = '9.0'
1516
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v4.1.0' }
1617
s.source_files = "SocketIOClientSwift/**/*.swift"
1718
s.requires_arc = true

0 commit comments

Comments
 (0)