Closed AgranatMarkit closed 5 years ago
Isn't using resources
more or less deprecated? Anyway, I noticed the same thing and filed https://github.com/CocoaPods/CocoaPods/issues/7633 for this
@gereons no it's not. https://guides.cocoapods.org/syntax/podspec.html#resources They recommend to put resources into the bundle, and then assign that bundle to resources variable.
This doesn't seem right to me. By specifying the .swift files as resources, they would be copied into the library's bundle as if they were regular documents:
A list of resources that should be copied into the target bundle
it needed to build pod like static library