SD10 / Nora

Nora is a Firebase abstraction layer for FirebaseDatabase and FirebaseStorage
MIT License
269 stars 26 forks source link

Make as framework? #16

Closed vasilenkoigor closed 6 years ago

vasilenkoigor commented 7 years ago

Hey guys! It's interesting project, but without supporting installation via Cocoapods or Carthage. How about let's do this?

SD10 commented 7 years ago

@vasilenkoigor thank you for your interest in this project 👍

There's currently no easy way to turn this project into an actual Framework. Firebase is a static library which prevents us from using it as a dependency.

I've spent some time researching some hacks around this but it has been eating up a lot of my time and is beyond my current capabilities.