Search code examples
ioscocoacocoapodscfnetwork

Add CFNetwork using CocoaPods


I am trying to add CFNetwork to my project using Cocoapods instead of adding the library and linking the binary files. I tried:

pod 'CFNetwork'

And ran pod install. The error I get is:

[!] Unable to find a pod with name matching `CFNetwork'


Solution

  • It is core library, you just can't isolate only CFNetwork using cocoa pods.