We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f2a7e commit 4e67311Copy full SHA for 4e67311
Yams.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
s.name = 'Yams'
3
s.version = '5.0.0'
4
s.summary = 'A sweet and swifty YAML parser.'
5
- s.homepage = 'https://github.com/crucible-ai/Yams'
+ s.homepage = 'https://github.com/jpsim/Yams'
6
s.source = { :git => s.homepage + '.git', :tag => s.version }
7
s.license = { :type => 'MIT', :file => 'LICENSE' }
8
s.authors = { 'JP Simard' => '[email protected]',
0 commit comments