hashgraph / hedera-sdk-swift

Hedera™ SDK for Swift
Apache License 2.0
27 stars 11 forks source link

Cannot find hedera in https://cocoapods.org/ #169

Open bibash28 opened 1 year ago

bibash28 commented 1 year ago

Description

I am trying to create Flutter plugin. I want to import hedera in podspec file.

Expectation s.dependency 'hedera', 'x.x.x'

Steps to reproduce

https://cocoapods.org/

Additional context

No response

Hedera network

mainnet, testnet

Version

v0.1.0

Operating system

None

SimiHunjan commented 1 year ago

Thanks for issue @bibash28 !

We currently don't support cocoapods, but will look into what we need to do to get it supported.

The SDK should be available in the Swift PM.

bibash28 commented 1 year ago

Hello @SimiHunjan , I am trying to create a Flutter package from Java and Swift SDK. In order to use Hedera SDK, I need cocoapods support. Flutter package only supports packages from cocoapods unlike directly using in the flutter project. Thanks,