diff --git a/CHCSVParser.podspec b/CHCSVParser.podspec index 3c92298..24f7e60 100644 --- a/CHCSVParser.podspec +++ b/CHCSVParser.podspec @@ -11,4 +11,5 @@ Pod::Spec.new do |spec| #original source: https://github.com/davedelong/CHCSVParser spec.source = { :git => 'https://github.com/nicktmro/CHCSVParser.git', :tag => '1.0.2' } spec.source_files = 'CHCSVParser/**/*.{h,m}' + spec.requires_arc = true end \ No newline at end of file