Skip to content

Commit 386d34d

Browse files
committed
Deploy to CocoaPods
1 parent 2418c71 commit 386d34d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

ImmutableGraph.podspec

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
# Be sure to run `pod lib lint ImmutableGraph.podspec` to ensure this is a valid spec before submitting.
2-
31
Pod::Spec.new do |s|
4-
s.name = 'ImmutableGraph'
5-
s.version = '0.1.5'
6-
s.summary = 'Functional Swift graph algorithms.'
2+
s.name = 'ImmutableGraph'
3+
s.version = '0.1.6'
4+
s.summary = 'Functional Swift graph algorithms.'
75

8-
s.description = <<-DESC
6+
s.description = <<-DESC
97
Functional Swift graph algorithms: DFS, BFS and FindPath on immutable graphs developed using TDD.
108
DESC
119

12-
s.homepage = 'https://github.com/horothesun/ImmutableGraph'
13-
s.license = { :type => 'MIT', :file => 'LICENSE' }
14-
s.author = { 'horothesun' => '[email protected]' }
15-
s.source = { :git => 'https://github.com/horothesun/ImmutableGraph.git', :tag => s.version.to_s }
10+
s.homepage = 'https://github.com/horothesun/ImmutableGraph'
11+
s.license = { :type => 'MIT', :file => 'LICENSE' }
12+
s.author = { 'horothesun' => '[email protected]' }
13+
s.source = { :git => 'https://github.com/horothesun/ImmutableGraph.git', :tag => s.version.to_s }
1614

1715
s.swift_versions = '5.0'
1816

0 commit comments

Comments
 (0)