I would like to add a third-party framework dependency on my podspec file.
I know to add a system framework with spec.frameworks = 'QuartzCore', 'CoreData' command. This is a silly question but I can not success.
My directory structure is as follows:
- LibraryFolder
- Frameworks
- LibA.framework
- LibB.framework
I would like to import these frameworks and link them in my lib pods.
http://guides.cocoapods.org/syntax/podspec.html#vendored_frameworks
Please don't use the CocoaPods issues for support requests. http://guides.cocoapods.org/using/troubleshooting.html#i-didnt-find-the-solution-to-my-problem
Most helpful comment
http://guides.cocoapods.org/syntax/podspec.html#vendored_frameworks
Please don't use the CocoaPods issues for support requests. http://guides.cocoapods.org/using/troubleshooting.html#i-didnt-find-the-solution-to-my-problem