Skip to content

Commit b7226a5

Browse files
committed
update podspec
1 parent 2416687 commit b7226a5

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EventSourceHttpBody.podspec

Lines changed: 14 additions & 0 deletions
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' => 'info@exyte.com' }
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

Lines changed: 0 additions & 16 deletions
This file was deleted.

sse-server/package-lock.json

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)