Skip to content

Commit

Permalink
added osx platform
Browse files Browse the repository at this point in the history
  • Loading branch information
villyGreen committed May 31, 2024
1 parent 6baa965 commit 8178bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EventSourceHttpBody.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8178bd9

Please sign in to comment.