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

Zipcodestack 0.1.0

Zipcodestack 0.1.0

Maintained by Everapi.



  • By
  • EverAPI

Zipcodestack (CocoaPods)

Installation

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

Usage

import Zipcodestack
let client = ZipcodestackClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let result = try await client.lookup(params: ["code": "94105"]) // async/await

License

MIT