From 778ae4c578b33cc8cdd228c67617266d997d7e55 Mon Sep 17 00:00:00 2001 From: HoSiTuan Date: Mon, 12 Aug 2024 06:50:34 +0200 Subject: [PATCH] [Add] PureNavigationPath 1.1.0 --- .../1.1.0/PureNavigationPath.podspec.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Specs/1/b/5/PureNavigationPath/1.1.0/PureNavigationPath.podspec.json diff --git a/Specs/1/b/5/PureNavigationPath/1.1.0/PureNavigationPath.podspec.json b/Specs/1/b/5/PureNavigationPath/1.1.0/PureNavigationPath.podspec.json new file mode 100644 index 000000000000..3ee01f5d89ae --- /dev/null +++ b/Specs/1/b/5/PureNavigationPath/1.1.0/PureNavigationPath.podspec.json @@ -0,0 +1,23 @@ +{ + "name": "PureNavigationPath", + "version": "1.1.0", + "summary": "A pure usage of NavigationPath in SwiftUI", + "description": "PureNavigationPath is a Swift library designed to simplify navigation in iOS applications. It provides a straightforward and intuitive API for managing and visualizing navigation paths, making it easier to handle complex navigation flows in your app. With PureNavigationPath, you can effortlessly manage navigation states, track user progress, and implement custom transitions with minimal code. Ideal for developers looking to enhance their app's navigation experience.", + "homepage": "https://github.com/hosituan/PureNavigationPath", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "hosituan": "hosituan.work@gmail.com" + }, + "source": { + "git": "https://github.com/hosituan/PureNavigationPath.git", + "tag": "1.1.0" + }, + "social_media_url": "https://www.linkedin.com/in/hosituan/", + "platforms": { + "ios": "16.0" + }, + "source_files": "PureNavigationPath/Classes/**/*" +} -- 2.11.4.GIT