CocoaPods and Carthage have different Swift imports
Integrating project using Carthage to Swift project you importing
import JVFloatLabeledText
Using CocoaPods
import JVFloatLabeledTextField
Am I doing something wrong?
The problem I am creating reusable component base on JVFloatLabeledTextField for project using both CocoaPods and Carthage for dependency management.