forked from apple/swift-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlgorithms.podspec
More file actions
22 lines (18 loc) · 785 Bytes
/
Algorithms.podspec
File metadata and controls
22 lines (18 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod lib lint Algorithms.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Algorithms'
s.version = '0.0.3'
s.summary = 'A short description of Algorithms.'
s.description = 'Algorithms'
s.homepage = 'https://github.com/leo150/swift-algorithms'
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE.txt' }
s.author = { 'leo150' => '' }
s.source = { :git => 'https://github.com/leo150/Algorithms.git', :tag => s.version.to_s }
s.source_files = 'Sources/**/*'
end