Skip to content

Commit

Permalink
Remove osx support
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Apr 5, 2017
1 parent d95d949 commit 50f3455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MainThreadGuard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/onmyway133'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.2'

s.requires_arc = true
s.source_files = 'Sources/**/*'

s.ios.frameworks = 'UIKit', 'Foundation'
s.osx.frameworks = 'Cocoa', 'Foundation'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
end

0 comments on commit 50f3455

Please sign in to comment.