Skip to content

Commit 13eb14a

Browse files
committed
Add requires ARC - it's best to use ARC, so let's make it use it
1 parent dcc9f6f commit 13eb14a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OHAttributedLabel.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Pod::Spec.new do |s|
1111
s.platform = :ios
1212
s.source_files = 'OHAttributedLabel/**/*.{h,m}'
1313
s.framework = 'CoreText'
14+
s.requires_arc = true
1415
end

0 commit comments

Comments
 (0)