Skip to content

Commit

Permalink
make sure to explicitly enable ARC so Toast doesn't leak like a sieve
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanw committed May 6, 2014
1 parent 6c89f09 commit f8f5d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Toast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source_files = 'Toast/Toast'
s.framework = 'QuartzCore'
end
requires_arc = true
end

0 comments on commit f8f5d14

Please sign in to comment.