From fee7f8b565825e9751b8d192c094bbb61ee2df4c Mon Sep 17 00:00:00 2001 From: Denis Lebedev Date: Tue, 22 May 2012 23:43:50 +0300 Subject: [PATCH] ARC required flag was set to true --- AQGridView/1.2/AQGridView.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/AQGridView/1.2/AQGridView.podspec b/AQGridView/1.2/AQGridView.podspec index fa0250f6..6b306f29 100644 --- a/AQGridView/1.2/AQGridView.podspec +++ b/AQGridView/1.2/AQGridView.podspec @@ -7,6 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Alan Quatermain' => 'jimdovey@mac.com' } s.source = { :git => 'git://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' } s.platform = :ios + s.requires_arc = true s.source_files = 'Classes' s.resources = "Resources/*.png" s.clean_paths = "Examples", "Scripts", "AQGridView.xcodeproj", "AQGridView_Prefix.pch"