CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

Currencyapi 0.1.0

Currencyapi 0.1.0

Maintained by Everapi.



  • By
  • EverAPI

Currencyapi (CocoaPods)

Installation

pod 'Currencyapi', :git => 'https://github.com/martechdev/currencyapi-ios.git', :tag => '0.1.0'

Usage

import Currencyapi
let client = CurrencyApiClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let latest = try await client.latest(["base_currency": "USD", "currencies": "EUR,GBP"])