Skip to content

Commit 763fab8

Browse files
committed
update podspec
1 parent 2416687 commit 763fab8

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
lines changed

EventSourceHttpBody.podspec

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = "EventSourceHttpBody"
4+
s.version = "1.0.0"
5+
s.summary = "Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody"
6+
s.homepage = "https://github.com/exyte/EventSource"
7+
s.screenshots = "http://giant.gfycat.com/BossyDistantHadrosaurus.gif"
8+
s.license = 'MIT'
9+
s.author = { 'Exyte' => '[email protected]' }
10+
s.social_media_url = 'http://exyte.com'
11+
s.ios.deployment_target = '10.0'
12+
s.source = { :git => "https://github.com/exyte/EventSource.git" }
13+
s.source_files = "EventSource/*.swift"
14+
end

IKEventSource.podspec

-16
This file was deleted.

sse-server/package-lock.json

+15-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)