Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywell committed Feb 22, 2017
1 parent b2a2273 commit f85fdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyChrono.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftyChrono'
spec.version = '0.5.0'
spec.version = '0.5.1'
spec.osx.deployment_target = "10.9"
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.author = 'Jerrywell'
spec.homepage = 'https://github.com/quire-io/SwiftyChrono'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.source = { :git => 'https://github.com/quire-io/SwiftyChrono.git', :tag => 'v0.5.0' }
spec.source = { :git => 'https://github.com/quire-io/SwiftyChrono.git', :tag => 'v0.5.1' }
spec.source_files = 'Sources/**/*.swift'
spec.social_media_url = 'https://twitter.com/quire_io'
spec.documentation_url = 'https://github.com/quire-io/SwiftyChrono'
Expand Down

0 comments on commit f85fdb1

Please sign in to comment.