textileio / ios-textile

[DEPRECATED] iOS bindings for https://github.com/textileio/go-textile
MIT License
10 stars 6 forks source link

Would be nice with pod support #2

Closed advatar closed 5 years ago

asutula commented 5 years ago

Yes, definitely. I'm working on that currently. Trying to research and decide what the best approach is for static library vs dynamic framework, and how to best deal with our dependencies (the generated-from-go-code Mobile.framework and Google protobuf runtime). I'll keep you posted on progress here.

advatar commented 5 years ago

I tried to do it myself and it is a bit tricky. Carthage is probably easier to begin with.

asutula commented 5 years ago

Ok @advatar, wish granted:

https://cocoapods.org/pods/Textile

The source for the Pod is this repo.