/GoldPrice

Example Swift framework, provides a single method that returns the latest price of gold

Primary LanguageSwiftApache License 2.0Apache-2.0

GoldPrice

Version Carthage compatible Version Platform

Example Swift framework, provides a single method that returns the latest price of gold

Installation

GoldPrice is available via Carthage

Carthage

Add the following to your Cartfile

github "msingleton/GoldPrice"

Then

carthage update --no-use-binaries

CocoaPods

Add the following to your Podfile

pod 'GoldPrice'

Then

pod install