From 53c7c0fdd723a534d0067b40b20b254aa5661f84 Mon Sep 17 00:00:00 2001 From: Sary Phly Date: Mon, 23 Dec 2024 04:58:58 +0100 Subject: [PATCH] [Delete] CoreModuleIOS 0.0.1 --- .../0.0.1/CoreModuleIOS.podspec.json | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 Specs/2/a/c/CoreModuleIOS/0.0.1/CoreModuleIOS.podspec.json diff --git a/Specs/2/a/c/CoreModuleIOS/0.0.1/CoreModuleIOS.podspec.json b/Specs/2/a/c/CoreModuleIOS/0.0.1/CoreModuleIOS.podspec.json deleted file mode 100644 index 24eb14b5b648f11..000000000000000 --- a/Specs/2/a/c/CoreModuleIOS/0.0.1/CoreModuleIOS.podspec.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "CoreModuleIOS", - "version": "0.0.1", - "summary": "A Separate Core Module for project.", - "description": "A more detailed description of YourFramework.", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "homepage": "https://github.com/saryphly/CoreModule-iOS", - "authors": { - "Sary Phly": "sareymini@gmail.com" - }, - "platforms": { - "ios": "12.0" - }, - "source": { - "git": "https://github.com/saryphly/CoreModule-iOS.git", - "tag": "0.0.1" - }, - "source_files": "CoreModule-iOS/**/*.{h,swift}", - "frameworks": "UIKit", - "swift_versions": [ - "5.0" - ], - "dependencies": { - "Alamofire": [ - "~> 5.10.2" - ] - }, - "swift_version": "5.0" -}