diff --git a/SwiftOSC.podspec b/SwiftOSC.podspec index 9652aba..db54f06 100644 --- a/SwiftOSC.podspec +++ b/SwiftOSC.podspec @@ -29,7 +29,7 @@ SwiftOSC is an Open Sound Control client and server framework written in Swift. # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '8.0' - spec.osx.deployment_target = '10.8' + s.osx.deployment_target = '10.8' s.source_files = "Framework/iOS/iOS", "Framework/**/*.{c,h,m,swift}"