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" +}