From 95eb908a50f89462c165ecc91e3bf7330bf5d77c Mon Sep 17 00:00:00 2001 From: ayadav4 Date: Thu, 22 Jun 2023 14:25:21 +0530 Subject: [PATCH] intialcommit --- swift-argument-parser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swift-argument-parser.podspec b/swift-argument-parser.podspec index 4eb8bd4..89bb641 100644 --- a/swift-argument-parser.podspec +++ b/swift-argument-parser.podspec @@ -2,10 +2,10 @@ Pod::Spec.new do |s| s.name = 'swift-argument-parser' s.version = '0.4.4' s.summary = 'Type-safe and easy way for parsing command line arguments in your macOS command line tools.' - s.homepage = 'https://github.com/ayush-yadav001/swift-argument-parser' + s.homepage = 'https://github.com/ayush-yadav001/Argument-Parser' s.license = { :type => 'Apache License v2.0 with Runtime Library Exception', :file => 'LICENSE' } s.author = { 'Apple Inc. and the Swift project authors' => '' } - s.source = { :git => 'https://github.com/ayush-yadav001/swift-argument-parser.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/ayush-yadav001/Argument-Parser.git', :tag => s.version.to_s } s.cocoapods_version = '>= 1.4' s.swift_version = '5.1'