Swiftpack.co - perseusrealdeal/OpenWeatherFreeClient as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by perseusrealdeal.
perseusrealdeal/OpenWeatherFreeClient 0.0.1
Library with OpenWeather free client. Xcode 10.1+, Swift 4.2+.
⭐️ 0
🕓 4 weeks ago
.package(url: "https://github.com/perseusrealdeal/OpenWeatherFreeClient.git", from: "0.0.1")

OpenWeatherFreeClient

OpenWeatherMap API Wrapper.

Actions Status Version Pod Platforms Xcode 10.1 Swift 4.2 License

Integration Capabilities

Standalone Carthage compatible CocoaPods manager Swift Package Manager compatible

Requirements

  • Xcode 10.1+
  • Swift 4.2+
  • iOS: 9.3+, UIKit SDK
  • macOS: 10.9+, AppKit SDK

Third-party software

Installation

Standalone

Make a copy of the file OpenWeatherStar.swift then put it into a place required of a host project.

CocoaPods

Podfile should contain:

target "ProjectTarget" do
  use_frameworks!
  pod 'OpenWeatherFreeClient', '0.0.1'
end

Carthage

Cartfile should contain:

github "perseusrealdeal/OpenWeatherFreeClient" == 0.0.1

Some Carthage usage tips placed here.

Swift Package Manager

  • As a package dependency so Package.swift should contain the following statements:
dependencies: [
        .package(url: "https://github.com/perseusrealdeal/OpenWeatherFreeClient.git",
            .exact("0.0.1"))
    ],
  • As an Xcode project dependency:

Project in the Navigator > Package Dependencies > Add Package Dependency

Using "Exact" with the Version field is strongly recommended.

License MIT

All files from this repository is under license based on MIT.

Copyright © 7530 - 7531 Mikhail Zhigulin of Novosibirsk.

  • The year starts from the creation of the world according to a Slavic calendar.
  • September, the 1st of Slavic year.

Have a look at LICENSE for details.

Author

OpenWeatherFreeClient was written at Novosibirsk by Mikhail Zhigulin i.e. me, [email protected].

GitHub

link
Stars: 0
Last commit: 1 week ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

v0.0.1 — the beginning
4 weeks ago

Initial point of development process.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics