Skip to content

Commit

Permalink
Update podspec version.
Browse files Browse the repository at this point in the history
  • Loading branch information
frimicc committed Sep 6, 2018
1 parent 2d4b1c4 commit c12c4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyJWT.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyJWT"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "A library to generate JWT with Swift"
s.homepage = "https://github.com/Wstunes/SwiftyJWT"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,4 +10,4 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.swift'
s.dependency 'SwiftyCrypto', '~> 0.0.1'
s.swift_version = '4.0'
end
end

0 comments on commit c12c4e9

Please sign in to comment.