From d2c2a87b009f6cb670cf042c98e5909fc0e19211 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sat, 17 Feb 2024 13:56:35 +0100 Subject: [PATCH] Update Cocoapods podspec file --- Parchment.podspec.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Parchment.podspec.json b/Parchment.podspec.json index af1473ba..22ea8413 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -5,14 +5,12 @@ "summary": "A flexible paging menu controller with support for infinite data sources.", "description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.", "homepage": "https://github.com/rechsteiner/Parchment", - "authors": { - "Martin Rechsteiner": "marrechsteiner@gmail.com" - }, - "social_media_url": "http://twitter.com/rechsteiner", + "authors": "Martin Rechsteiner", "source": { "git": "https://github.com/rechsteiner/Parchment.git", "tag": "v3.3.0" }, + "swift_version": "5.9", "platforms": { "ios": "12.0" },