foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

Adding missing source files to podspec #51

Closed ghost closed 10 years ago

ghost commented 10 years ago

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.

ghost commented 10 years ago

I'm sorry this pull request contains a mistake. Closed.