From 77b330f5e364f01fde395c062026d2e5af6f6e2e Mon Sep 17 00:00:00 2001 From: Gaganjot Singh Date: Tue, 11 Jun 2024 19:12:10 +0530 Subject: [PATCH] podspec updated --- Example/Pods/Pods.xcodeproj/project.pbxproj | 10 +++++----- Example/ToggleSwitch.xcodeproj/project.pbxproj | 4 ++-- ToggleSwitch.podspec => GSToggleSwitch.podspec | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) rename ToggleSwitch.podspec => GSToggleSwitch.podspec (91%) diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index cfe3b15..fa65dd3 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -67,7 +67,7 @@ B75384AC40FE66226511CC66BF6E750D /* Pods-ToggleSwitch_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ToggleSwitch_Example-acknowledgements.markdown"; sourceTree = ""; }; C26F7CEADFE7115FA82B12384DD79251 /* ToggleSwitch-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ToggleSwitch-prefix.pch"; sourceTree = ""; }; C938646B5BCE6FFD5472C63B9E3A3915 /* ToggleSwitch-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ToggleSwitch-Info.plist"; sourceTree = ""; }; - CD7EE41530C312B62C0D363C21296DFC /* ToggleSwitch.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = ToggleSwitch.podspec; sourceTree = ""; tabWidth = 2; }; + CD7EE41530C312B62C0D363C21296DFC /* GSToggleSwitch.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = GSToggleSwitch.podspec; sourceTree = ""; tabWidth = 2; }; D9898B020B3F5838C9F41FE94676FC9B /* Pods-ToggleSwitch_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ToggleSwitch_Tests.modulemap"; sourceTree = ""; }; EA8EAF86C50AECA7B33A0053D0F58C83 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; EC6B9E4AA3A003E7A054EE22BC4A5444 /* Pods-ToggleSwitch_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ToggleSwitch_Tests.debug.xcconfig"; sourceTree = ""; }; @@ -107,7 +107,7 @@ 02BF9E605174FC323FEE2068B2A84A24 /* Development Pods */ = { isa = PBXGroup; children = ( - 48756978B335A51EC5369CE85F48D9B0 /* ToggleSwitch */, + 48756978B335A51EC5369CE85F48D9B0 /* GSToggleSwitch */, ); name = "Development Pods"; sourceTree = ""; @@ -143,14 +143,14 @@ path = "Target Support Files/Pods-ToggleSwitch_Tests"; sourceTree = ""; }; - 48756978B335A51EC5369CE85F48D9B0 /* ToggleSwitch */ = { + 48756978B335A51EC5369CE85F48D9B0 /* GSToggleSwitch */ = { isa = PBXGroup; children = ( 93850C472C186E0C0086A1EF /* Classes */, E55185F008FDD2812F83FDF3F5E73B54 /* Pod */, 040EE4C73A1169EE072C96B1F0335E48 /* Support Files */, ); - name = ToggleSwitch; + name = GSToggleSwitch; path = ../..; sourceTree = ""; }; @@ -232,7 +232,7 @@ children = ( 2728DA4E65C6BD20356992D8F694136F /* LICENSE */, EA8EAF86C50AECA7B33A0053D0F58C83 /* README.md */, - CD7EE41530C312B62C0D363C21296DFC /* ToggleSwitch.podspec */, + CD7EE41530C312B62C0D363C21296DFC /* GSToggleSwitch.podspec */, ); name = Pod; sourceTree = ""; diff --git a/Example/ToggleSwitch.xcodeproj/project.pbxproj b/Example/ToggleSwitch.xcodeproj/project.pbxproj index d1925ed..02743a2 100644 --- a/Example/ToggleSwitch.xcodeproj/project.pbxproj +++ b/Example/ToggleSwitch.xcodeproj/project.pbxproj @@ -43,7 +43,7 @@ 607FACE51AFB9204008FA782 /* ToggleSwitch_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ToggleSwitch_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; - 8427BC5746906B234B83225F /* ToggleSwitch.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ToggleSwitch.podspec; path = ../ToggleSwitch.podspec; sourceTree = ""; }; + 8427BC5746906B234B83225F /* GSToggleSwitch.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GSToggleSwitch.podspec; path = ../GSToggleSwitch.podspec; sourceTree = ""; }; 9D7034467917CA2A97195153 /* Pods-ToggleSwitch_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ToggleSwitch_Example.debug.xcconfig"; path = "Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example.debug.xcconfig"; sourceTree = ""; }; B0EF7CF0BF67F38500ED6809 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; B9E16201FCDB8E4C0C44399C /* Pods_ToggleSwitch_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ToggleSwitch_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -141,7 +141,7 @@ 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { isa = PBXGroup; children = ( - 8427BC5746906B234B83225F /* ToggleSwitch.podspec */, + 8427BC5746906B234B83225F /* GSToggleSwitch.podspec */, B0EF7CF0BF67F38500ED6809 /* README.md */, 1EEDF8F075EBF6C9D0CA4207 /* LICENSE */, ); diff --git a/ToggleSwitch.podspec b/GSToggleSwitch.podspec similarity index 91% rename from ToggleSwitch.podspec rename to GSToggleSwitch.podspec index 246ebec..2aa98f6 100644 --- a/ToggleSwitch.podspec +++ b/GSToggleSwitch.podspec @@ -7,7 +7,7 @@ # Pod::Spec.new do |s| - s.name = 'ToggleSwitch' + s.name = 'GSToggleSwitch' s.version = '0.1.0' s.summary = 'An animate switch collection, Add Beautiful Customise Switch in your application to boost UI and UX.' @@ -21,11 +21,11 @@ Pod::Spec.new do |s| The ToggleSwitch library is a lightweight and easy-to-use solution for implementing customizable toggle switches in your iOS, MacOS and AppleVision projects. Designed to offer a visually appealing and interactive way to represent binary states (like on/off), this library is ideal for enhancing user interfaces with intuitive toggle controls. DESC - s.homepage = 'https://github.com/megaganjotsingh/ToggleSwitch' + s.homepage = 'https://github.com/megaganjotsingh/GSToggleSwitch' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'megaganjotsingh' => 'megaganjotsingh@gmail.com' } - s.source = { :git => 'https://github.com/megaganjotsingh/ToggleSwitch.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/megaganjotsingh/GSToggleSwitch.git', :tag => s.version.to_s } # s.social_media_url = 'www.linkedin.com/in/gaganjot-singh-40b40b100' s.ios.deployment_target = '10.0'