We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd9d4d commit 7ac48a5Copy full SHA for 7ac48a5
2 files changed
.DS_Store
0 Bytes
EventSourceHttpBody.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'EventSourceHttpBody'
3
- s.version = '0.1.0'
+ s.version = '0.1.1'
4
s.summary = 'Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody'
5
6
s.homepage = "https://github.com/exyte/EventSourceHttpBody"
@@ -10,8 +10,9 @@ Pod::Spec.new do |s|
10
s.social_media_url = 'http://exyte.com'
11
12
s.ios.deployment_target = '12.0'
13
+ s.osx.deployment_target = '11.0'
14
- s.source_files = 'EventSourceHttpBody/*.swift'
15
+ s.source_files = 'EventSource/*.swift'
16
s.swift_version = "5.2"
17
18
end
0 commit comments