Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Oct 3, 2014
1 parent 8d509e5 commit d840cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Expecta (0.3.1)
- JWTDecode (0.1.0)
- JWTDecode (0.2.0)
- Specta (0.2.1)

DEPENDENCIES:
Expand All @@ -14,7 +14,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
JWTDecode: 53bdbb58abfed7661918e47949ae9264d316147c
JWTDecode: fd4bdd2324eef8cf2203c1ea1e51bf46972169e4
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a

COCOAPODS: 0.34.1
4 changes: 2 additions & 2 deletions JWTDecode.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "JWTDecode"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A JSON Web Token decoder for iOS"
s.description = <<-DESC
A Simple JSON Web Token decoder for iOS.
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.license = 'MIT'
Expand Down

0 comments on commit d840cb6

Please sign in to comment.