Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhuang13 committed Sep 17, 2018
1 parent e0977c3 commit 173d66b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Hapns Changelog
# CupertinoJWT Changelog

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.0] - 2018-09-17
- Generate standard JWT signature instead of ASN.1 #6 #7 - Thanks to @jogu

## [v0.1.2] - 2018-08-23
- Improve project structure
- Add tests
Expand Down
4 changes: 2 additions & 2 deletions CupertinoJWT.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "CupertinoJWT"
s.version = "0.1.2"
s.summary = "Convert Apple's .p8 file to JWT, without third-party dependencies"
s.version = "0.2.0"
s.summary = "Parse Apple's .p8 private key file and sign JWT with ES256, without third-party dependencies."
s.homepage = "https://github.com/ethanhuang13/CupertinoJWT"
s.license = { :type => "MIT" }
s.authors = { "ethanhuang13" => "blesserx@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Twitter](https://img.shields.io/badge/Twitter-%40ethanhuang13-blue.svg)](https://twitter.com/ethanhuang13)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/ethanhuang13)

Parse Apple's `.p8` private key file and sign [JWT](https://jwt.io), without third-party dependencies.
Parse Apple's `.p8` private key file and sign [JWT](https://jwt.io) with ES256, without third-party dependencies. Supports Apple's server-side APIs.

## Features

Expand Down
2 changes: 1 addition & 1 deletion Sources/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 173d66b

Please sign in to comment.