I want to post my closed-source library to Maven/JCenter/Cocoapods. Others can freely use the binary library, but the code is not open source.
I can build self repo to fix the problem.
But if I use the central repo,
- Maven/JCenter, don't post
source.jar; - CocoaPods,
sourceindicates the.ziplibrary,vendored_frameworksindicates the framework file.
Is there any problems? (like, license requirements? Any docs?)