Can you add a podspec for release/1.1.0 branch?

Hi,

I’ve got a Swift project with an existing model layer that I’m converting to use Couchbase Lite. I was having problems with designated initializers on my CBLModel subclasses and I eventually came across this thread: https://github.com/couchbase/couchbase-lite-ios/issues/521 which seems to suggest that I need to use the release/1.1.0 branch with awakeForInitializer(). I have some things I need to do to my model objects and initialization times and the designated initializer doesn’t seem to work well and I can’t override the convenience initializer either.

I’m already using CocoaPods for some other dependencies and would like to be able to get 1.1.0 into the project.

Couchbase Mobile 1.1 is now released so you should be able to add it as a dependency using CocoaPods.