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 0bd9d4d commit 7ac48a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions EventSourceHttpBody.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EventSourceHttpBody'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody'

s.homepage = "https://github.com/exyte/EventSourceHttpBody"
Expand All @@ -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 7ac48a5

Please sign in to comment.