Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgear committed Feb 4, 2016
1 parent ca37bd3 commit 0d05877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JWT.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'JWT'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'A JSON Web Token implementation in Objective-C.'
s.homepage = 'https://github.com/yourkarma/jwt'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Klaas Pieter Annema' => '[email protected]' }
s.source = { :git => 'https://github.com/yourkarma/JWT.git', :tag => '1.1.0' }
s.source = { :git => 'https://github.com/yourkarma/JWT.git', :tag => '1.1.1' }
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.source_files = 'JWT/**/*.{h,m}'
Expand Down

0 comments on commit 0d05877

Please sign in to comment.