Motivation Investigate current Aerogear libraries written in swift https://github.com/aerogear/aerogear-ios-push https://github.com/aerogear/aerogear-ios-oauth2 https://github.com/aerogear/aerogear-ios-http We need to see how this libraries use networking and design core in such a way that we could integrate them without complete rewrite. This can feed back to how core network layer should work. I was particularity interested about https://github.com/aerogear/aerogear-ios-http as it may give us network layer out of the box. |