Skip to content

Commit

Permalink
making SolarDate public
Browse files Browse the repository at this point in the history
  • Loading branch information
ameirwillowtree committed May 4, 2020
1 parent 8ace135 commit 45cff65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file added File
Empty file.
2 changes: 1 addition & 1 deletion Sources/SolarDate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

struct SolarDate {
public struct SolarDate {
let date: DateComponents
let coordinates: Coordinates
let solar: SolarPosition
Expand Down
4 changes: 2 additions & 2 deletions Sunlight.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Sunlight'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'High precision sunrise and sunset times.'

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/z3bi/Sunlight"
s.license = 'MIT'
s.author = { 'Ameir Al-Zoubi' => '[email protected]' }
s.source = { :git => 'https://github.com/z3bi/Sunlight.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/z3bi/Sunlight.git', :tag => '1.0.1' }

s.social_media_url = 'https://twitter.com/ameir'

Expand Down

0 comments on commit 45cff65

Please sign in to comment.