Skip to content

Commit

Permalink
Integrate TTTAttributedLabel (#1979)
Browse files Browse the repository at this point in the history
* Integrate TTTAttributedLabel into project instead of cocoapod dependency

* lint files
  • Loading branch information
gert-janvercauteren authored Jun 28, 2024
1 parent 94cb455 commit 30a8fdf
Show file tree
Hide file tree
Showing 5 changed files with 2,564 additions and 9 deletions.
1 change: 0 additions & 1 deletion Backpack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Pod::Spec.new do |s|
s.public_header_files = 'Backpack/Backpack.h', 'Backpack/*/Classes/**/*.h'

s.dependency 'FSCalendar', '~> 2.8.2'
s.dependency 'TTTAttributedLabel', '~> 2.0.0'
s.dependency 'FloatingPanel', '2.5.3'
s.dependency 'Backpack-Common'
s.dependency 'MBProgressHUD', '~> 1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion Backpack/TappableLinkLabel/Classes/BPKTappableLinkLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
#import "BPKTappableLinkLabel.h"

#import <TTTAttributedLabel/TTTAttributedLabel.h>
#import "TTTAttributedLabel.h"

#import <Backpack/Color.h>
#import <Backpack/Common.h>
Expand Down
Loading

0 comments on commit 30a8fdf

Please sign in to comment.