Skip to content

Commit

Permalink
Start using new git repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Jun 26, 2015
1 parent d7f3238 commit 132ced0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions JWTDecode.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "JWTDecode"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "A JSON Web Token decoder for iOS"
s.description = <<-DESC
A Simple JSON Web Token decoder for iOS that also helps you checking it's expiration date.
DESC
s.homepage = "https://github.com/auth0/JWTDecode.iOS"
s.homepage = "https://github.com/auth0/JWTDecode.swift"
s.license = 'MIT'
s.author = { "Hernan Zalazar" => "hernan@auth0.com" }
s.source = { :git => "https://github.com/auth0/JWTDecode.iOS.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/auth0/JWTDecode.swift.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/auth0'

s.platform = :ios, '7.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JWTDecode

[![CI Status](http://img.shields.io/travis/auth0/JWTDecode.iOS.svg?style=flat-square)](https://travis-ci.org/auth0/JWTDecode.iOS)
[![CI Status](http://img.shields.io/travis/auth0/JWTDecode.swift.svg?style=flat-square)](https://travis-ci.org/auth0/JWTDecode.swift)
[![Version](https://img.shields.io/cocoapods/v/JWTDecode.svg?style=flat-square)](http://cocoadocs.org/docsets/JWTDecode)
[![License](https://img.shields.io/cocoapods/l/JWTDecode.svg?style=flat-square)](http://cocoadocs.org/docsets/JWTDecode)
[![Platform](https://img.shields.io/cocoapods/p/JWTDecode.svg?style=flat-square)](http://cocoadocs.org/docsets/JWTDecode)
Expand Down

0 comments on commit 132ced0

Please sign in to comment.