From 1e294cff980e441eefb1d70afbd5389d649e710d Mon Sep 17 00:00:00 2001 From: Denis Lebedev Date: Tue, 22 May 2012 23:32:14 +0300 Subject: [PATCH] Unnecessary recursive copying of sources fixed ('classes was double mentioned in sources') --- AQGridView/1.2/AQGridView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AQGridView/1.2/AQGridView.podspec b/AQGridView/1.2/AQGridView.podspec index 64b80028..fa0250f6 100644 --- a/AQGridView/1.2/AQGridView.podspec +++ b/AQGridView/1.2/AQGridView.podspec @@ -7,7 +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.source_files = 'Classes', 'Classes/**/*.{h,m}' + s.source_files = 'Classes' s.resources = "Resources/*.png" s.clean_paths = "Examples", "Scripts", "AQGridView.xcodeproj", "AQGridView_Prefix.pch" s.framework = 'QuartzCore'