From 4989820f80d163c4c5bfca32fb34c8309505a872 Mon Sep 17 00:00:00 2001 From: yang Date: Tue, 23 Jan 2024 12:31:12 +0100 Subject: [PATCH] [Add] RnpKit 1.2.5 --- Specs/7/e/f/RnpKit/1.2.5/RnpKit.podspec.json | 76 ++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 Specs/7/e/f/RnpKit/1.2.5/RnpKit.podspec.json diff --git a/Specs/7/e/f/RnpKit/1.2.5/RnpKit.podspec.json b/Specs/7/e/f/RnpKit/1.2.5/RnpKit.podspec.json new file mode 100644 index 000000000000..8e0a4b42e97e --- /dev/null +++ b/Specs/7/e/f/RnpKit/1.2.5/RnpKit.podspec.json @@ -0,0 +1,76 @@ +{ + "name": "RnpKit", + "version": "1.2.5", + "summary": "A short description of RnpKit.", + "description": "TODO: Add long description of the pod here.", + "homepage": "https://github.com/Zomfice/RnpKit", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "zomfice@gmail.com": "zomfice@gmail.com" + }, + "source": { + "git": "https://github.com/Zomfice/RnpKit.git", + "tag": "1.2.5" + }, + "platforms": { + "ios": "9.0" + }, + "source_files": "RnpKit/RnpKit.h", + "subspecs": [ + { + "name": "View", + "source_files": "RnpKit/Classes/View/**/*" + }, + { + "name": "Layer", + "source_files": "RnpKit/Classes/Layer/**/*", + "dependencies": { + "RnpKit/View": [ + + ] + } + }, + { + "name": "Gesture", + "source_files": "RnpKit/Classes/Gesture/**/*", + "dependencies": { + "RnpKit/View": [ + + ] + } + }, + { + "name": "Layout", + "source_files": "RnpKit/Classes/Layout/**/*", + "dependencies": { + "RnpKit/View": [ + + ], + "Masonry": [ + + ] + } + }, + { + "name": "BezierPath", + "source_files": "RnpKit/Classes/Bezier/**/*", + "dependencies": { + "RnpKit/View": [ + + ] + } + }, + { + "name": "AttributedString", + "source_files": "RnpKit/Classes/AttributedString/**/*", + "dependencies": { + "RnpKit/View": [ + + ] + } + } + ] +} -- 2.11.4.GIT