Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 879 Bytes

File metadata and controls

39 lines (26 loc) · 879 Bytes

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