Skip to content

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

License

Notifications You must be signed in to change notification settings

msingleton/GoldPrice

Repository files navigation

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