项目作者: msingleton

项目描述 :
Example Swift framework, provides a single method that returns the latest price of gold
高级语言: Swift
项目地址: git://github.com/msingleton/GoldPrice.git
创建时间: 2019-10-07T21:21:33Z
项目社区:https://github.com/msingleton/GoldPrice

开源协议:Apache License 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

  1. github "msingleton/GoldPrice"

Then

  1. carthage update --no-use-binaries

CocoaPods

Add the following to your Podfile

  1. pod 'GoldPrice'

Then

  1. pod install