想自己创建一个 pod,但是 podspec 文件中需要依赖一下的动态库:
以及需要设置 Build Settings | Linking | Other Linker Flags, 将该选项的 Debug/Release 键都配置为 -ObjC .
动态库的依赖不会设置,请问各位大婶,怎样设置?