From cdd2931ea04b5fabf98a7bf339c5c8fa1e3052e1 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Sat, 26 Oct 2024 05:59:50 +0200 Subject: [PATCH] [Add] WCPhotoManipulator 2.6.0 --- .../2.6.0/WCPhotoManipulator.podspec.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Specs/6/f/a/WCPhotoManipulator/2.6.0/WCPhotoManipulator.podspec.json diff --git a/Specs/6/f/a/WCPhotoManipulator/2.6.0/WCPhotoManipulator.podspec.json b/Specs/6/f/a/WCPhotoManipulator/2.6.0/WCPhotoManipulator.podspec.json new file mode 100644 index 00000000000000..5cee176edf4375 --- /dev/null +++ b/Specs/6/f/a/WCPhotoManipulator/2.6.0/WCPhotoManipulator.podspec.json @@ -0,0 +1,20 @@ +{ + "name": "WCPhotoManipulator", + "version": "2.6.0", + "summary": "iOS Image Processing API to edit photo programmatically.", + "homepage": "https://github.com/guhungry/ios-photo-manipulator", + "license": "MIT", + "authors": { + "Woraphot Chokratanasombat": "guhungry@gmail.com" + }, + "platforms": { + "ios": "9.0" + }, + "source": { + "git": "https://github.com/guhungry/ios-photo-manipulator.git", + "tag": "2.6.0" + }, + "source_files": "Sources/WCPhotoManipulator/**/*.{swift}", + "swift_versions": "5.0", + "swift_version": "5.0" +}