From bca41e8d3a10dd0c107ae6fc8adb7a821d7cfda0 Mon Sep 17 00:00:00 2001 From: lashlyn Date: Wed, 8 May 2024 19:04:38 +0700 Subject: [PATCH] update podspec --- EventSourceHttpBody.podspec | 14 ++++++++++++++ IKEventSource.podspec | 16 ---------------- 2 files changed, 14 insertions(+), 16 deletions(-) create mode 100644 EventSourceHttpBody.podspec delete mode 100644 IKEventSource.podspec diff --git a/EventSourceHttpBody.podspec b/EventSourceHttpBody.podspec new file mode 100644 index 0000000..acfb2f4 --- /dev/null +++ b/EventSourceHttpBody.podspec @@ -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' => 'info@exyte.com' } + 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 diff --git a/IKEventSource.podspec b/IKEventSource.podspec deleted file mode 100644 index 3e927ea..0000000 --- a/IKEventSource.podspec +++ /dev/null @@ -1,16 +0,0 @@ - -Pod::Spec.new do |s| - s.name = "IKEventSource" - s.version = "3.0.1" - s.summary = "Server-sent events EventSource implementation in Swift." - s.homepage = "https://github.com/inaka/EventSource" - s.screenshots = "http://giant.gfycat.com/BossyDistantHadrosaurus.gif" - s.license = "Apache License Version 2.0" - s.author = { "Andres Canal" => "andresyo990@gmail.com" } - s.social_media_url = "http://twitter.com/inaka" - s.ios.deployment_target = '8.0' - s.tvos.deployment_target = '9.0' - s.osx.deployment_target = '10.10' - s.source = { :git => "https://github.com/inaka/EventSource.git" } - s.source_files = "EventSource/*.swift" -end