So We are creating a framework which uses cocoa-pods dependency for using dependencies .
pod 'Socket.IO-Client-Swift'
When I am creating the framework and including in the project, its giving imageNotFound issue for Socket.IO framework.
We are not going to upload this framework in cocoa-pods, its for internal distribution .
I saw few answers that we have to use podspecs..But I am confused in that.
Please show me the right path.