Skip to content

Commit

Permalink
[Update] MagicalRecord 1.7.1 and 1.8.3
Browse files Browse the repository at this point in the history
Set require arc to false.
  • Loading branch information
siuying committed Feb 6, 2014
1 parent fbf5364 commit 42539c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MagicalRecord/1.7.1/MagicalRecord.podspec
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.description = 'Handy fetching, threading and data import helpers to make Core Data a little easier to use.'
s.source_files = 'Source/**/*.{h,m}'
s.framework = 'CoreData'
s.requires_arc = true
s.requires_arc = false
s.prefix_header_contents = '#import <CoreData/CoreData.h>', '#import "CoreData+MagicalRecord.h"'
end
2 changes: 1 addition & 1 deletion MagicalRecord/1.8.3/MagicalRecord.podspec
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.description = 'Handy fetching, threading and data import helpers to make Core Data a little easier to use.'
s.source_files = 'Source/**/*.{h,m}'
s.framework = 'CoreData'
s.requires_arc = true
s.requires_arc = false
s.prefix_header_contents = '#import <CoreData/CoreData.h>', '#import "CoreData+MagicalRecord.h"'
end

0 comments on commit 42539c4

Please sign in to comment.