We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c973d60 commit be84e81Copy full SHA for be84e81
2 files changed
Algorithm.podspec
@@ -1,9 +1,9 @@
1
Pod::Spec.new do |s|
2
s.name = 'Algorithm'
3
- s.version = '1.0.3'
+ s.version = '1.0.4'
4
s.license = 'BSD'
5
s.summary = 'A toolset for writing algorithms in Swift.'
6
- s.homepage = 'http://graphkit.io'
+ s.homepage = 'http://cosmicmind.io'
7
s.social_media_url = 'https://www.facebook.com/graphkit'
8
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' }
9
s.source = { :git => 'https://github.com/CosmicMind/Algorithm.git', :tag => s.version }
Sources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.3</string>
+ <string>1.0.4</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments