romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 430 forks source link

Swift and CocoaPods #216

Open aburrows opened 9 years ago

aburrows commented 9 years ago

Hello, I'm integrating the library in a swift project with CocoaPods, when I try to compile it, I get an error in your files while trying to import

RETableViewCreditCardCell.h:26:9: 'REFormattedNumberField.h' file not found

If I add the directory and change the import to:

import "REFormattedNumberField/REFormattedNumberField.h"

It works, any suggestions?

Thanks, Dem