I created a Cocoa user control and want to let it go and write podspec.
My control contains one image. How can I pack this image so that when others install my module my code can find the image?
The image is currently included in the sample application Images.xcassets file and is downloaded using [NSImage imageNamed:...]. However, when others come to install my module, they will not want to use an example project: they just need classes and an image.
source
share