Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fddecc committed May 24, 2019
1 parent fe6928e commit 7d21bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TrueTime.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = 'TrueTime'
s.version = '5.0.1'
s.version = '5.0.2'
s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'

s.homepage = 'https://github.com/instacart/TrueTime.swift'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Michael Sanders' => '[email protected]' }
s.source = { :git => 'https://github.com/instacart/TrueTime.swift.git', :tag => s.version }
s.swift_version = '5.0'

s.requires_arc = true
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 7d21bdd

Please sign in to comment.