I want to add file with extension .swiftdoc and .swiftmodule through Cocoapods podspecs.
Those files should be added in "import paths" under "swift compiler search paths".
How is it possible?
My current podspect looks like:
s.name = 'Framework'
s.version = '1.4'
s.license = { :type => '', :file => 'LICENSE.md' }
s.homepage = 'http://google.com'
s.authors = { 'orta' => 'saranjith' }
s.summary = ''
s.description = ''
s.resources = 'Bundle/Resources.bundle'
s.vendored_libraries = 'Libraries/someName.a'
s.?? = ModuleMap/someName.swiftmodule