ios - Link Private Apple Framework with CocoaPods -


disclaimer: working on library linked non-app store project via cocoapods. library uses private api's multiple functionalities. i'm asking technical solution.

i working on library redistributed using cocoapods. in core project of library linking 1 of private frameworks shipped xcode. exact location of framework is:

/applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.3.sdk/system/library/privateframeworks 

i avoid copying framework library linked "cocoapods private framework" , rather link directly according ios sdk choosen in xcode project or podfile.

so question is:

does cocoapods support linking against apple's private frameworks shipped xcode? if yes, correct syntax specify framework in .podspec file?

i have not been able find exact information on web, linking specific frameworks.

thanks.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -