Skip to content

Commit

Permalink
enabled ARC for MagicalRecord 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yas375 committed May 30, 2012
1 parent 1e5b632 commit ccfabff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MagicalRecord/2.0/MagicalRecord.podspec
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.source_files = 'MagicalRecord/**/*.{h,m}'
s.framework = 'CoreData'
s.clean_paths = 'Project Files'
s.requires_arc = true

def s.post_install(target)
prefix_header = config.project_pods_root + target.prefix_header_filename
Expand Down

0 comments on commit ccfabff

Please sign in to comment.