Skip to content

Commit 7ac48a5

Browse files
committed
added osx platform
1 parent 0bd9d4d commit 7ac48a5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

EventSourceHttpBody.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'EventSourceHttpBody'
3-
s.version = '0.1.0'
3+
s.version = '0.1.1'
44
s.summary = 'Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody'
55

66
s.homepage = "https://github.com/exyte/EventSourceHttpBody"
@@ -10,8 +10,9 @@ Pod::Spec.new do |s|
1010
s.social_media_url = 'http://exyte.com'
1111

1212
s.ios.deployment_target = '12.0'
13+
s.osx.deployment_target = '11.0'
1314

14-
s.source_files = 'EventSourceHttpBody/*.swift'
15+
s.source_files = 'EventSource/*.swift'
1516
s.swift_version = "5.2"
1617

1718
end

0 commit comments

Comments
 (0)