Example Swift framework, provides a single method that returns the latest price of gold
GoldPrice is available via Carthage
Add the following to your Cartfile
github "msingleton/GoldPrice"
Then
carthage update --no-use-binaries
Add the following to your Podfile
pod 'GoldPrice'
Then
pod install