Skip to content

Commit

Permalink
podspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
megaganjotsingh committed Jun 11, 2024
1 parent 5146773 commit 77b330f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/ToggleSwitch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<group>"; };
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
8427BC5746906B234B83225F /* ToggleSwitch.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ToggleSwitch.podspec; path = ../ToggleSwitch.podspec; sourceTree = "<group>"; };
8427BC5746906B234B83225F /* GSToggleSwitch.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GSToggleSwitch.podspec; path = ../GSToggleSwitch.podspec; sourceTree = "<group>"; };
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 = "<group>"; };
B0EF7CF0BF67F38500ED6809 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
B9E16201FCDB8E4C0C44399C /* Pods_ToggleSwitch_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ToggleSwitch_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -141,7 +141,7 @@
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
isa = PBXGroup;
children = (
8427BC5746906B234B83225F /* ToggleSwitch.podspec */,
8427BC5746906B234B83225F /* GSToggleSwitch.podspec */,
B0EF7CF0BF67F38500ED6809 /* README.md */,
1EEDF8F075EBF6C9D0CA4207 /* LICENSE */,
);
Expand Down
6 changes: 3 additions & 3 deletions ToggleSwitch.podspec → GSToggleSwitch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand All @@ -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'
Expand Down

0 comments on commit 77b330f

Please sign in to comment.