CollectionKit
CollectionKit copied to clipboard
folders structure in Cocoapods
@lkzhao Hello!
Could you please distribute files into folders in the release for cocoapods? Because, for example, I want to make ViewSource, but I don't know how exactly can i do it. So I open CollectionKit folder and see:
Could you make it like in the github:

Thanks!
Don’t think it is easily doable. Are you using it as a development pod?
The only way I think you can separate to groups in CocoaPods is through subspecs, GoogleUtilities does this: https://github.com/firebase/firebase-ios-sdk/blob/master/GoogleUtilities.podspec. Not sure how easy this is since a lot is dependent on each other.