Skip to content

Commit

Permalink
intialcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-yadav001 committed Jun 22, 2023
1 parent 679bf1a commit 95eb908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift-argument-parser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 95eb908

Please sign in to comment.