Skip to content

Commit

Permalink
CocoaLumberjack >= 1.3 requires ARC.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jan 30, 2012
1 parent 6ec1ac2 commit 9349504
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions CocoaLumberjack/1.3.1/CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +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', 'Lumberjack/Extensions'
s.clean_paths = 'Benchmarking', 'Xcode', 'Lumberjack/Extensions'
end


Binary file modified CocoaLumberjack/1.3.2/.CocoaLumberjack.podspec.swn
Binary file not shown.
5 changes: 2 additions & 3 deletions CocoaLumberjack/1.3.2/CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +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', 'Lumberjack/Extensions'
s.clean_paths = 'Benchmarking', 'Xcode', 'Lumberjack/Extensions'
end


4 changes: 2 additions & 2 deletions CocoaLumberjack/1.3/CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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', 'Lumberjack/Extensions'
s.clean_paths = 'Benchmarking', 'Xcode', 'Lumberjack/Extensions'
end

0 comments on commit 9349504

Please sign in to comment.