Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
villyGreen committed May 8, 2024
1 parent 2416687 commit b7226a5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 20 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions EventSourceHttpBody.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

Pod::Spec.new do |s|
s.name = "EventSourceHttpBody"
s.version = "1.0.0"
s.summary = "Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody"
s.homepage = "https://github.com/exyte/EventSource"
s.screenshots = "http://giant.gfycat.com/BossyDistantHadrosaurus.gif"
s.license = 'MIT'
s.author = { 'Exyte' => '[email protected]' }
s.social_media_url = 'http://exyte.com'
s.ios.deployment_target = '10.0'
s.source = { :git => "https://github.com/exyte/EventSource.git" }
s.source_files = "EventSource/*.swift"
end
16 changes: 0 additions & 16 deletions IKEventSource.podspec

This file was deleted.

19 changes: 15 additions & 4 deletions sse-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7226a5

Please sign in to comment.