From 2b1c04a9d48dc7f7def272c96e20bd009d67e115 Mon Sep 17 00:00:00 2001 From: Andrii Mamchur Date: Mon, 19 Sep 2016 21:23:16 +0300 Subject: [PATCH] Disabled ARC --- JsonLite.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/JsonLite.podspec b/JsonLite.podspec index ecbc6c9..30ee5fa 100644 --- a/JsonLite.podspec +++ b/JsonLite.podspec @@ -9,4 +9,5 @@ Pod::Spec.new do |s| s.source_files = 'amalgamated/jsonlite/*.{h,c}', 'objc/*.{h,m}' s.public_header_files = "amalgamated/*.h", "objc/*.h" s.framework = 'Foundation' + s.requires_arc = false end