From e8ba62ccfb40bb652c8a7ca0005e1f9a79b6060d Mon Sep 17 00:00:00 2001 From: Pola Gamal Date: Sun, 29 Dec 2024 01:27:57 +0100 Subject: [PATCH] [Add] SampleOTP 0.2.0 --- .../2/SampleOTP/0.2.0/SampleOTP.podspec.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Specs/8/d/2/SampleOTP/0.2.0/SampleOTP.podspec.json diff --git a/Specs/8/d/2/SampleOTP/0.2.0/SampleOTP.podspec.json b/Specs/8/d/2/SampleOTP/0.2.0/SampleOTP.podspec.json new file mode 100644 index 000000000000000..bd11108af897059 --- /dev/null +++ b/Specs/8/d/2/SampleOTP/0.2.0/SampleOTP.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "SampleOTP", + "version": "0.2.0", + "summary": "A library for handling OTP (One-Time Password) generation.", + "description": "This library provides functionalities to generate and validate OTPs in iOS applications.", + "homepage": "https://github.com/BolaGamal/SampleOTP", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "BolaGamal": "bola.gamal222@gmail.com" + }, + "source": { + "git": "https://github.com/BolaGamal/SampleOTP.git", + "tag": "0.2.0" + }, + "social_media_url": "https://www.linkedin.com/in/pola-gamal-53438322a/", + "source_files": "SampleOTP/Classes/**/*", + "swift_versions": "5.0", + "platforms": { + "ios": "10.0" + }, + "swift_version": "5.0" +}