CocoaPods: use static lib into a pod
问题 I have a pod that depends on a static lib (precompiled, source code not available). In this pod project, i drag and drop the folder containing the ".a" file and some other C, Obj-c files. When i try to include this pod in an application, Cocoapods copy all that pod files but not the ".a" file. In the Podspec, im using this to include the precompiled library to my pod s.ios.vendored_frameworks = 'path/a_staticLib.a' The line above copy the file in frameworks (Pods folder), this is normal as it