optonaut / ActiveLabel.swift

UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
MIT License
4.47k stars 686 forks source link

CocoaPods version #248

Closed SeRG1k17 closed 6 years ago

SeRG1k17 commented 6 years ago

//Podfile pod 'ActiveLabel'

//Podfile.lock PODS:

If set the value as: //Podfile pod 'ActiveLabel', :git => 'https://github.com/optonaut/ActiveLabel.swift.git', :branch => 'master'

guard let maxLenght = maximumLenght, word.count > maxLenght else {
//...

All right.

maziyarpanahi commented 6 years ago

Hi, the warning has been resolved in Master branch as you saw already and will be accessible with the next release on CocoaPods. However, the warning won't make an issue with production as I have 2 apps with 0.8.1 already on App Store, but you are welcome to try the Master for all the recent changes.

SeRG1k17 commented 6 years ago

@maziyarpanahi I know that this will not interfere with the AppStore. Just the customer requires 0 warnings in the project. I think it's better to use a direct link to the master. Thanks, I'm waiting for a new version :)

maziyarpanahi commented 6 years ago

That makes sense :) I see if there are other changes in Master so I can release it on CocoaPods.