File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Algorithm'
3
- s . version = '1.0.3 '
3
+ s . version = '1.0.4 '
4
4
s . license = 'BSD'
5
5
s . summary = 'A toolset for writing algorithms in Swift.'
6
- s . homepage = 'http://graphkit .io'
6
+ s . homepage = 'http://cosmicmind .io'
7
7
s . social_media_url = 'https://www.facebook.com/graphkit'
8
8
s . authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' }
9
9
s . source = { :git => 'https://github.com/CosmicMind/Algorithm.git' , :tag => s . version }
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.3 </string >
18
+ <string >1.0.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments