Supporting tvOS for Cocoapods

This commit is contained in:
Dick Verbunt 2015-10-31 22:06:10 +01:00
parent a87214cf06
commit 6e54ac4534

View File

@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.author = { "Erik" => "nuclear.ace@gmail.com" } s.author = { "Erik" => "nuclear.ace@gmail.com" }
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10' s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v4.1.0' } s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v4.1.0' }
s.source_files = "SocketIOClientSwift/**/*.swift" s.source_files = "SocketIOClientSwift/**/*.swift"
s.requires_arc = true s.requires_arc = true