Update names & URLs

This commit is contained in:
JP Simard 2018-05-09 19:59:27 -07:00
parent 44a6a3b078
commit 1b4531e616
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
3 changed files with 6 additions and 5 deletions

View File

@ -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.'

View File

@ -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)

View File

@ -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' }