diff --git a/MagicalRecord/2.0.0/MagicalRecord.podspec b/MagicalRecord/2.0.0/MagicalRecord.podspec index efff7931..784a64fd 100644 --- a/MagicalRecord/2.0.0/MagicalRecord.podspec +++ b/MagicalRecord/2.0.0/MagicalRecord.podspec @@ -9,6 +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 = 'MagicalRecord/**/*.{h,m}' s.framework = 'CoreData' + s.clean_paths = 'Project Files' def s.post_install(target) prefix_header = config.project_pods_root + target.prefix_header_filename diff --git a/MagicalRecord/2.0/MagicalRecord.podspec b/MagicalRecord/2.0/MagicalRecord.podspec deleted file mode 100644 index 101e61c4..00000000 --- a/MagicalRecord/2.0/MagicalRecord.podspec +++ /dev/null @@ -1,20 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'MagicalRecord' - s.version = '2.0' - s.license = 'MIT' - s.summary = 'Super Awesome Easy Fetching for Core Data 1!!!11!!!!1! ' - s.homepage = 'http://github.com/magicalpanda/MagicalRecord' - s.author = { 'Saul Mora' => 'saul@magicalpanda.com' } - s.source = { :git => 'https://github.com/magicalpanda/MagicalRecord.git', :tag => '2.0' } - 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.clean_paths = 'Project Files' - - def s.post_install(target) - prefix_header = config.project_pods_root + target.prefix_header_filename - prefix_header.open('a') do |file| - file.puts(%{#ifdef __OBJC__\n#define MR_SHORTHAND 1\n#import "CoreData+MagicalRecord.h"\n#endif}) - end - end -end