tapsandswipes / InterAppCommunication

x-callback-url made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App clients should live in separate repositories

irace opened this issue · comments

I think that one should be able to depend on the InterAppCommunication framework without also importing every app client that has been added to the repository. In the spirit of CocoaPods, I think it makes more sense to have a separate pod for each app client that each depend on IAC. This will allow developers to mix and match the clients they'd like to use, and CocoaPods is smart enough to know that they can all share the same version of IAC.

I will create a unique repository for each client and leave instructions in README on how use them and a list of currently available clients.

Sounds perfect, thanks! I'm hoping to add a client of my own in the near future.

On Feb 25, 2013, at 4:28 PM, Antonio Cabezuelo Vivo notifications@github.com wrote:

I will create a unique repository for each client and leave instructions in README on how use them and a list of currently available clients.


Reply to this email directly or view it on GitHub.