CollectionKit icon indicating copy to clipboard operation
CollectionKit copied to clipboard

folders structure in Cocoapods

Open Banck opened this issue 7 years ago • 2 comments

@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: image Could you make it like in the github: image

Thanks!

Banck avatar Nov 29 '18 11:11 Banck

Don’t think it is easily doable. Are you using it as a development pod?

lkzhao avatar Nov 29 '18 16:11 lkzhao

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.

casperzandbergenyaacomm avatar Nov 30 '18 13:11 casperzandbergenyaacomm