thejohnlima / MoonKit

πŸŒ— MoonKit is a short framework to get information about the moon
MIT License
14 stars 3 forks source link
cocoapods ios moon moon-phase moonage swift swift-package-manager

MoonKit


πŸŒ— MoonKit Is a short framework to get information about the moon

❗️Requirements

βš’ Installation

Swift Package Manager

MoonKit is available through SPM. To install it, follow the steps:

Open Xcode project > File > Swift Packages > Add Package Dependecy

After that, put the url in the field: https://github.com/thejohnlima/MoonKit.git

CocoaPods

MoonKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MoonKit'

and run pod install

πŸŽ“ How to use

Import library in your file:

import MoonKit
let date = Date()
let moon = Moon(date)
let info = moon.info

print(info.phase) // Example: Full Moon
print(info.age) // Example: 14
print(info.isLeapYear) // Example: true

πŸ™‹πŸ»β€ Communication

πŸ“œ License

MoonKit is under MIT license. See the LICENSE file for more info.

β˜•οΈ Support

Buy Me A Coffee