From 7ac48a5dce0688826f101d7cbdcca16bf2c014b7 Mon Sep 17 00:00:00 2001 From: lashlyn Date: Fri, 31 May 2024 15:31:23 +0700 Subject: [PATCH] added osx platform --- .DS_Store | Bin 6148 -> 6148 bytes EventSourceHttpBody.podspec | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 2e8ca51dde2171a523232b6fa8daad0ea9100bb9..7b9857144b4dadca2cd1b686d4a9d7ac04751ca6 100644 GIT binary patch delta 36 mcmZoMXffEZoQeJK`@QcUupFEGfk}VzT_zqFfAa?>5m5kEI1*F< delta 36 mcmZoMXffEZoQd83WNr1@|3@c(VA7v_mx%|)-~53|L=*rqY7nvj diff --git a/EventSourceHttpBody.podspec b/EventSourceHttpBody.podspec index 6ea06f3..ce5e50f 100644 --- a/EventSourceHttpBody.podspec +++ b/EventSourceHttpBody.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EventSourceHttpBody' - s.version = '0.1.0' + s.version = '0.1.1' s.summary = 'Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody' s.homepage = "https://github.com/exyte/EventSourceHttpBody" @@ -10,8 +10,9 @@ Pod::Spec.new do |s| s.social_media_url = 'http://exyte.com' s.ios.deployment_target = '12.0' + s.osx.deployment_target = '11.0' - s.source_files = 'EventSourceHttpBody/*.swift' + s.source_files = 'EventSource/*.swift' s.swift_version = "5.2" end