Using FoundationKit with CocoaPods, I faced a problem that building project fails because some files weren't included in pod's source files referenced from 'FoundationKit.h' (e.x. NSOperationQueue+FKBlocks.h under Sources/Blocks). To fix this issue, I added source files directory to podspec file.
Using FoundationKit with CocoaPods, I faced a problem that building project fails because some files weren't included in pod's source files referenced from 'FoundationKit.h' (e.x. NSOperationQueue+FKBlocks.h under Sources/Blocks). To fix this issue, I added source files directory to podspec file.