iabudiab / HTMLKit

An Objective-C framework for your everyday HTML needs.
MIT License
240 stars 27 forks source link

"use_frameworks!" in the podfile is redundant #18

Closed skyforcc closed 6 years ago

skyforcc commented 6 years ago

When I deleted this statement, I can use the command "import <HTMLKit/HTMLKit.h>", or there is other way to use this kit?

iabudiab commented 6 years ago

@skyforcc Hey there. Yes, the use frameworks! is redundant. With earlier version of CocoaPods it was needed, now you can just drop it. I'll close the issue and update the Readme in the meantime. Cheers!