Skip to content

Commit

Permalink
Added support for tvOS and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzamir committed Jan 10, 2016
1 parent 8295e0c commit 7ca9aa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SpriteKit-Spring.podspec
Expand Up @@ -18,7 +18,10 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/ataugeron/SpriteKit-Spring.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ataugeron'

s.platform = :ios, '8.0'
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"

s.requires_arc = true

s.source_files = 'SpriteKit-Spring.swift'
Expand Down

0 comments on commit 7ca9aa9

Please sign in to comment.