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 bca41e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
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.

0 comments on commit bca41e8

Please sign in to comment.