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 #205

Closed tobias-emmerling closed 6 years ago

tobias-emmerling commented 7 years ago

When is the Podspec avaible for Version 0.8 i need that soon for my project? I added ActiveLabel as a dependency in my Podspec.

audionowdigital commented 7 years ago

I'm waiting for the same thing. But I solved it for the moment by specifying the Swift4 commit in the Podfile:

pod 'ActiveLabel', :git => 'https://github.com/optonaut/ActiveLabel.swift', :commit => '3f869d1'

tobias-emmerling commented 7 years ago

Would work, but the problem is that i cannot set this in the podspec for s.dependency :(

yunnnyunnn commented 7 years ago

+1 Currently I am using pod 'ActiveLabel', :git => 'https://github.com/optonaut/ActiveLabel.swift.git', :tag => '0.8.0' to point to the latest swift 4 release.

tobias-emmerling commented 7 years ago

Yes but i need it for s.dependency in my podfile and there i cannot specify a tag

maziyarpanahi commented 6 years ago

Version 0.8.1 is now available on CocoaPods: https://cocoapods.org/pods/ActiveLabel