Skip to content

Commit

Permalink
Adding requires_arc to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Jul 3, 2012
1 parent 6025e9f commit 9c46536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CocoaLumberjack.podspec
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
'such as multi-threading, grand central dispatch (if available), lockless ' \
'atomic operations, and the dynamic nature of the objective-c runtime.'

s.requires_arc = true
s.source_files = 'Lumberjack'
s.clean_paths = 'Benchmarking', 'Xcode'
end

0 comments on commit 9c46536

Please sign in to comment.