Update names & URLs
This commit is contained in:
parent
44a6a3b078
commit
1b4531e616
|
@ -1,8 +1,9 @@
|
|||
module: Yams
|
||||
author: JP Simard, Norio Nomura
|
||||
author_url: http://jpsim.com
|
||||
author_url: https://jpsim.com
|
||||
root_url: https://jpsim.com/Yams/
|
||||
github_url: https://github.com/jpsim/Yams
|
||||
github_file_prefix: https://github.com/jpsim/Yams/tree/docs
|
||||
theme: fullwidth
|
||||
clean: true
|
||||
copyright: '© 2018 [JP Simard](http://jpsim.com) under MIT.'
|
||||
copyright: '© 2018 [JP Simard](https://jpsim.com) under MIT.'
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
![Yams](https://raw.githubusercontent.com/jpsim/Yams/master/yams.jpg)
|
||||
|
||||
A sweet and swifty [Yaml](http://yaml.org/) parser built on
|
||||
[libYAML](http://pyyaml.org/wiki/LibYAML).
|
||||
A sweet and swifty [YAML](http://yaml.org/) parser built on
|
||||
[LibYAML](https://github.com/yaml/libyaml).
|
||||
|
||||
[![CircleCI](https://circleci.com/gh/jpsim/Yams.svg?style=svg)](https://circleci.com/gh/jpsim/Yams)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'Yams'
|
||||
s.version = '0.7.0'
|
||||
s.summary = 'A sweet and swifty Yaml parser.'
|
||||
s.summary = 'A sweet and swifty YAML parser.'
|
||||
s.homepage = 'https://github.com/jpsim/Yams'
|
||||
s.source = { :git => s.homepage + '.git', :tag => s.version }
|
||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
|
|
Loading…
Reference in New Issue