From bedc6ee024ca9886553d04d9cfd9a1113dcc60d3 Mon Sep 17 00:00:00 2001 From: FutureTap Date: Mon, 11 Nov 2024 22:39:15 +0100 Subject: [PATCH] [Add] InAppSettingsKit 3.8.5 --- .../3.8.5/InAppSettingsKit.podspec.json | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Specs/9/a/6/InAppSettingsKit/3.8.5/InAppSettingsKit.podspec.json diff --git a/Specs/9/a/6/InAppSettingsKit/3.8.5/InAppSettingsKit.podspec.json b/Specs/9/a/6/InAppSettingsKit/3.8.5/InAppSettingsKit.podspec.json new file mode 100644 index 000000000000..61bdcbe9c6bd --- /dev/null +++ b/Specs/9/a/6/InAppSettingsKit/3.8.5/InAppSettingsKit.podspec.json @@ -0,0 +1,33 @@ +{ + "name": "InAppSettingsKit", + "version": "3.8.5", + "summary": "This iPhone framework allows settings to be in-app in addition to being in the Settings app.", + "description": "InAppSettingsKit (IASK) is an open source solution to easily add in-app settings to your iPhone apps. Normally iOS apps use the Settings.bundle resource to make app's settings to be present in \"Settings\" app. InAppSettingsKit takes advantage of the same bundle and allows you to present the same settings screen within your app - in addition or instead of in the Settings app. For in-app settings, IASK offers a large number of additional configuration options.", + "authors": { + "Ortwin Gentz": "http://www.futuretap.com", + "Luc Vandal": "http://edovia.com/company/#contact_form" + }, + "social_media_url": "https://twitter.com/IASettingsKit", + "homepage": "https://github.com/futuretap/InAppSettingsKit", + "license": { + "type": "BSD", + "file": "LICENSE" + }, + "requires_arc": true, + "source": { + "git": "https://github.com/futuretap/InAppSettingsKit.git", + "branch": "master", + "tag": "3.8.5" + }, + "resource_bundles": { + "InAppSettingsKit": "Sources/InAppSettingsKit/Resources/*" + }, + "source_files": "Sources/InAppSettingsKit/**/*.{h,m}", + "frameworks": [ + "MessageUI", + "UIKit" + ], + "platforms": { + "ios": "10.0" + } +} -- 2.11.4.GIT