diff --git a/EventSourceHttpBody.podspec b/EventSourceHttpBody.podspec index 8f34330..9b080b2 100644 --- a/EventSourceHttpBody.podspec +++ b/EventSourceHttpBody.podspec @@ -10,8 +10,9 @@ Pod::Spec.new do |s| s.social_media_url = 'http://exyte.com' s.ios.deployment_target = '12.0' + s.osx.deployment_target = '11.0' - s.source_files = 'EventSourceHttpBody/*.swift' + s.source_files = 'EventSource/*.swift' s.swift_version = "5.2" end